-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.json
56 lines (56 loc) · 1.15 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
{
"name": "hem",
"version": "1.0.10",
"description": "stitches CommonJS, and ties up other lose ends of web-app development.",
"keywords": [
"spine",
"commonsJS",
"coffeescript",
"stylus",
"jade",
"eco",
"testacular",
"jasmine"
],
"contributors": [
"maccman",
"aeischeid",
"cengebretson"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/spine/hem/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/spine/hem.git"
},
"main": "./lib/hem.js",
"bin": {
"hem": "./bin/hem"
},
"preferGlobal": true,
"dependencies": {
"async": "^2.5.0",
"coffee-script": "^1.12.7",
"connect": "~2.9.0",
"fast-detective": "~0.0.2",
"fs-extra": "^2.1.2",
"http-proxy": "~0.10.3",
"open": "0.0.5",
"optimist": "~0.6.0",
"sty": "~0.6.1",
"uglify-js": "^2.8.21",
"uglifycss": "0.0.27",
"watch": "^1.0.2"
},
"optionalDependencies": {
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-jasmine": "^1.1.0",
"karma-junit-reporter": "^1.2.0",
"karma-phantomjs-launcher": "^1.0.4"
}
}