-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 843 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
41
42
43
44
{
"name": "base",
"author": "fuzelol",
"license": "MIT",
"version": "0.0.1",
"description": "No description",
"main": "index.js",
"private": true,
"scripts": {
"test": "jake test"
},
"keywords": [
"base"
],
"repository": {
"type": "git",
"url": "https://github.com/r3Fuze/base"
},
"bugs": {
"url": "https://github.com/r3Fuze/base/issues"
},
"dependencies": {
"express": "~3.4.0",
"logule": "~2.0.0",
"async": "~0.2.9",
"string": "~1.6.0",
"swig": "~1.0.0",
"assetify": "~0.8.6",
"stylus": "~0.38.0",
"nib": "~1.0.1"
},
"devDependencies": {
"jake": "~0.7.2",
"jshint": "~2.1.10",
"cli-color": "~0.2.3",
"mocha": "~1.13.0",
"chai": "~1.8.0",
"superagent": "~0.15.4"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}