forked from jackiealex/nobone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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": "nobone",
"version": "0.8.9",
"description": "A server library tries to understand what developers really need.",
"main": "dist/nobone.js",
"bin": {
"nobone": "bin/nobone.js"
},
"scripts": {
"test": "cake test",
"install": "cake hotfix",
"prepublish": "cake build"
},
"keywords": [
"web",
"lib",
"tool"
],
"author": "http://ysmood.org",
"repository": {
"type": "git",
"url": "https://github.com/ysmood/nobone.git"
},
"license": "BSD",
"dependencies": {
"bluebird": "2.3.10",
"coffee-script": "1.8.0",
"colors": "1.0.3",
"commander": "2.5.0",
"ejs": "1.0.0",
"express": "4.10.1",
"fs-more": "0.0.6",
"glob": "4.0.6",
"iconv-lite": "0.4.4",
"jdb": "0.3.3",
"jhash": "0.1.5",
"lodash": "2.4.1",
"marked": "0.3.2",
"prompt": "0.2.14",
"serve-index": "1.5.0",
"stylus": "0.49.2",
"throttle": "1.0.3",
"uglify-js": "2.4.15",
"which": "1.0.5"
},
"devDependencies": {
"benchmark": "*",
"browserify": "*",
"coffee-cache": "*",
"jade": "*",
"less": "*",
"mocha": "*",
"npm": "*",
"through": "*"
}
}