forked from polvo/polvo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.3 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
{
"name": "polvo",
"version": "0.6.4",
"author": "Anderson Arboleya <anderson@arboleya.me>",
"description": "Polyvalent cephalopod mollusc. (aka ambitious app assember)",
"keywords": [
"build",
"system",
"tool",
"assembler",
"coffeescript",
"jade",
"stylus",
"javascript",
"html",
"css"
],
"main": "./lib/polvo",
"scripts": {
"test": "make test"
},
"dirs": {
"polvo": "lib"
},
"repository": {
"type": "git",
"url": "http://github.com/polvo/polvo"
},
"bin": {
"polvo": "./bin/polvo"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"colors": "0.6.x",
"connect": "2.12.x",
"fs-util": "0.3.x",
"optimist": "0.6.x",
"socket.io": "0.9.x",
"source-map-support": "0.2.x",
"uglify-js": "2.4.x",
"js-yaml": "3.0.x",
"lodash": "2.4.x",
"esprima": "1.0.x",
"clean-css": "2.0.x",
"polvo-cs": "0.1.x",
"polvo-js": "0.1.x",
"polvo-html": "0.1.x",
"polvo-jade": "0.2.x",
"polvo-stylus": "git+ssh://git@github.com:hi-res/polvo-platonic.git",
"polvo-css": "0.1.x",
"humanize": "0.0.x"
},
"devDependencies": {
"coffee-script": "1.6.x",
"mversion": "0.3.x",
"chai": "1.8.x",
"mocha": "1.17.x",
"istanbul": "0.2.x",
"coveralls": "2.6.x"
}
}