-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 903 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
{
"name": "acomplish",
"description": "see README",
"author": {
"name": "Daniel Lochrie"
},
"version": "0.1.1",
"engines": ["node >= 0.8.0"],
"main": "server.js",
"dependencies": {
"ejs": "0.8.x",
"ejs-ext": "0.1.x",
"express": "3.1.x",
"compound": "1.1.x",
"jugglingdb": "0.2.0-35",
"jugglingdb-mysql": "0.0.1-6",
"jugglingdb-redis": "0.0.2-1",
"coffee-script": ">= 1.1.1",
"stylus": "latest",
"seedjs": "0.0.x",
"passport": "~0.1.x",
"passport-google": "~0.3.x",
"passport-local": "*",
"co-assets-compiler": "0.0.1-2",
"cjson": "0.2.x"
},
"devDependencies": {
"nodeunit": "*",
"sinon": "*",
"supertest": ">= 0",
"mocha": ">= 0",
"should": ">= 0",
"semicov": "*",
"co-generators": "*"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require test/init.js --recursive test/"
}
}