-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.03 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
{
"author": "Manuel Astudillo <[email protected]> (http://optimalbits.com)",
"name": "cabinet",
"description": "A fast static file server loaded with useful features",
"version": "0.3.11",
"main": "./index.js",
"engines": {
"node": ">=0.6.10"
},
"repository": {
"type": "git",
"url": "https://github.com/OptimalBits/cabinet.git"
},
"dependencies": {
"async": "^0.9.0",
"bluebird": "^2.2.2",
"coffee-script": "*",
"fresh": "^0.2.2",
"less": "^1.7.4",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"minimatch": "^3.0.3",
"node-uuid": "^1.4.1",
"range-parser": "^1.0.0",
"requirejs": "^2.1.14",
"stylus": "^0.47.3",
"typescript": "^1.0.1",
"uglify-js": "1.3.4",
"winston": "^3.3.3"
},
"devDependencies": {
"connect": "2.x",
"mocha": "*",
"should": "*",
"expect.js": "*",
"supertest": "0.0.1",
"send": "*",
"node-static": "*",
"lightnode": "*"
},
"scripts": {
"test": "mocha --reporter spec --bail --globals requirejsVars"
}
}