-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.46 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.46 KB
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
57
58
59
60
61
62
63
64
{
"name": "base9",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/base9/base9"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/base9/base9/issues"
},
"homepage": "https://github.com/base9/base9",
"devDependencies": {
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.0.2",
"gulp-mocha": "^2.0.0",
"gulp-nodemon": "^1.0.4",
"gulp-plumber": "^0.6.6",
"gulp-sass": "^1.2.4",
"gulp-util": "^3.0.1",
"jshint": "^2.5.10",
"supertest": "^0.15.0",
"supertest-as-promised": "^1.0.0"
},
"dependencies": {
"aws-sdk": "^2.1.4",
"bcrypt": "^0.8.0",
"bluebird": "^2.4.2",
"body-parser": "^1.10.0",
"bookshelf": "^0.7.9",
"chai": "^1.10.0",
"connect-flash": "^0.1.1",
"express": "^4.10.6",
"express-session": "^1.9.3",
"gulp": "^3.8.10",
"gulp-jshint": "^1.9.0",
"gulp-livereload": "^3.0.2",
"gulp-nodemon": "^1.0.4",
"gulp-sass": "^1.2.4",
"gulp-util": "^3.0.1",
"jshint": "^2.5.10",
"knex": "^0.7.3",
"mocha": "^2.1.0",
"morgan": "^1.5.0",
"node-crontab": "0.0.8",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"pg": "^4.1.1",
"request": "^2.51.0",
"should": "^4.4.1",
"sqlite3": "^3.0.4"
},
"engines": {
"node": "0.10.33"
}
}