-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "come-on-ooparts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"chai": "^2.1.1",
"coffee-script": "^1.9.1",
"express": "^4.12.0",
"mongodb": "^1.4.32",
"request": "^2.53.0",
"underscore": "^1.8.2",
"gridfs-stream": "~1.1.0",
"cookie-parser": "~1.3.4",
"jade": "~1.9.2",
"gulp": "~3.8.11",
"gulp-rename": "~1.2.0",
"coffeeify": "~1.0.0",
"gulp-task-listing": "~1.0.0",
"gulp-coffee": "~2.3.1",
"gulp-clean": "~0.3.1",
"gulp-util": "~3.0.4",
"gulp-concat": "~2.5.2",
"gulp-coffeelint": "~0.4.0",
"gulp-minify-html": "~1.0.1",
"gulp-browserify": "~0.5.1",
"gulp-cssmin": "~0.1.6",
"gulp-newer": "~0.5.0",
"bower": "~1.3.12"
},
"devDependencies": {},
"scripts": {
"test": "mocha --timeout 5000 --compilers coffee:coffee-script/register",
"postinstall": "./node_modules/bower/bin/bower install && gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/oopartians/come-on-ooparts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/oopartians/come-on-ooparts/issues"
},
"homepage": "https://github.com/oopartians/come-on-ooparts",
"engines": {
"node": "0.10.x"
}
}