forked from opencomponents/oc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.29 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "oc",
"version": "0.36.2",
"description": "A framework for developing and distributing html components",
"main": "./src/index.js",
"bin": {
"oc": "./src/oc-cli.js"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">=4"
},
"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.22.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-git": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-mocha-test": "^0.12.7",
"injectr": "0.5.1",
"jasmine-core": "^2.5.1",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sauce-launcher": "^1.0.0",
"karma-sinon": "^1.0.5",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.0.2",
"phantomjs-prebuilt": "^2.1.12",
"semver-sort": "0.0.4",
"sinon": "^1.17.5"
},
"dependencies": {
"accept-language-parser": "1.1.2",
"async": "1.5.2",
"aws-sdk": "2.6.11",
"babel-core": "6.21.0",
"babel-loader": "6.2.10",
"babel-preset-env": "1.1.8",
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.16.0",
"clean-css": "3.4.18",
"colors": "1.1.2",
"dependency-graph": "0.5.0",
"detective": "4.3.1",
"errorhandler": "^1.5.0",
"express": "^4.14.0",
"form-data": "0.1.4",
"fs-extra": "0.30.0",
"infinite-loop-loader": "1.0.0",
"jade": "1.11.0",
"memory-fs": "0.4.1",
"minimal-request": "2.2.0",
"morgan": "^1.7.0",
"multer": "0.1.4",
"nice-cache": "0.0.5",
"node-dir": "0.1.14",
"npm": "3.10.8",
"oc-template-handlebars": "2.0.0",
"oc-template-jade": "2.0.0",
"opn": "4.0.2",
"parse-author": "1.0.0",
"read": "1.0.7",
"require-package-name": "2.0.1",
"response-time": "^2.3.2",
"semver": "5.1.1",
"semver-extra": "2.0.1",
"stringformat": "0.0.5",
"targz": "1.0.1",
"uglify-js": "2.6.4",
"underscore": "1.8.3",
"watch": "0.19.1",
"webpack": "2.2.0",
"yargs": "^6.6.0"
}
}