-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
40 lines (40 loc) · 863 Bytes
/
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
{
"name": "styler",
"description": "CSS/Stylus live editor",
"author": "Tõnis Tiigi",
"version": "0.0.14",
"licenses": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/tonistiigi/styler.git"
},
"main": "./lib/index.js",
"dependencies": {
"backbone": "0.9.2",
"cli-color": "~0.1.6",
"express": "^3.4.8",
"jade": "~0.26.3",
"moment": "~1.6.2",
"mkdirp": "^0.3.5",
"nib": "~0.9.1",
"optimist": "~0.3.1",
"requirejs": "^1.0.8",
"request": "~2.9.3",
"socket.io": "^0.9.16",
"stylus": "~0.32.1",
"underscore": "~1.3.1",
"useragent": "~1.1.0",
"bunyan": "^0.22.1",
"rc": "^0.3.4"
},
"bin": {
"styler": "./lib/backend/styler"
},
"devDependencies": {
"coffee-script": "1.7.1",
"uglify-js": "2.4.12"
},
"engines": {
"node": "~0.10"
}
}