forked from opencomponents/oc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 1.8 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "oc",
"version": "0.22.1",
"description": "A framework for developing and distributing html components",
"main": "index.js",
"bin": {
"oc": "./oc-cli.js"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=0.10.35"
},
"repository": {
"type": "git",
"url": "https://github.com/opentable/oc"
},
"author": "Matteo Figus",
"license": "MIT",
"bugs": {
"url": "https://github.com/opentable/oc/issues"
},
"homepage": "https://github.com/opentable/oc",
"keywords": [
"open components",
"components",
"oc"
],
"devDependencies": {
"chai": "1.10.0",
"cheerio": "0.18.0",
"grunt": "0.4.5",
"grunt-contrib-jshint": "0.10.0",
"grunt-git": "0.3.5",
"grunt-karma": "0.10.1",
"grunt-mocha-test": "0.12.7",
"injectr": "0.5.1",
"jasmine-core": "2.2.0",
"karma": "0.12.31",
"karma-jasmine": "0.3.6",
"karma-phantomjs-launcher": "0.2.1",
"karma-sauce-launcher": "0.2.11",
"karma-sinon": "1.0.4",
"load-grunt-tasks": "0.6.0",
"mocha": "2.2.4",
"phantomjs": "^1.9.19",
"sinon": "1.14.1"
},
"dependencies": {
"accept-language-parser": "1.0.2",
"async": "0.9.0",
"aws-sdk": "2.1.43",
"clean-css": "3.4.5",
"colors": "1.0.3",
"dependency-graph": "^0.4.1",
"detective": "4.0.0",
"express": "3.21.2",
"falafel": "^1.2.0",
"form-data": "0.1.4",
"fs-extra": "0.12.0",
"handlebars": "3.0.1",
"jade": "1.9.1",
"multer": "0.1.4",
"nice-cache": "0.0.5",
"node-dir": "0.1.9",
"nomnom": "1.8.1",
"npm": "2.9.0",
"omelette": "0.3.1",
"opn": "1.0.1",
"read": "1.0.7",
"semver": "5.0.3",
"stringformat": "0.0.5",
"tar.gz": "0.1.1",
"uglify-js": "2.5.0",
"underscore": "1.8.1",
"watch": "0.13.0"
}
}