-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
47 lines (47 loc) · 1.07 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
{
"name": "silky",
"version": "0.8.12",
"dependencies": {
"async": "0.8.0",
"cheerio": "0.15.0",
"clean-css": "^2.2.20",
"coffee-script": "^1.9.1",
"colors": "^1.0.3",
"commander": "^2.7.1",
"convert-source-map": "^0.7.1",
"express": "4.2.0",
"forever-monitor": "*",
"fs-extra": "^0.13.0",
"handlebars": "2.0.0-alpha.2",
"js-beautify": "*",
"json-literal": "^1.1.0",
"json-proxy": "^0.3.1",
"less": "1.7.3",
"livereload": "^0.3.7",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"mkdirp": "*",
"moment": "^2.8.4",
"request": "^2.55.0",
"shelljs": "^0.5.1",
"uglify-js": "*",
"uuid": "^2.0.1",
"watch": "0.10.0"
},
"homepage": "http://silky.wvv8oo.com",
"repository": {
"type": "git",
"url": "https://github.com/wvv8oo/silky"
},
"bugs": {
"url": "https://github.com/wvv8oo/silky/issues"
},
"main": "./lib/index.coffee",
"bin": {
"silky": "./bin/index.coffee"
},
"scripts": {
"test": "node-dev ./test/index.coffee",
"start": "node-dev ./lib/app.coffee"
}
}