-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.11 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
{
"name": "sandbox",
"version": "1.0.0",
"description": "A NodeJS development sandbox",
"main": "app.js",
"dependencies": {
"augment": "^4.3.0",
"bcrypt": "^0.8.0",
"bluebird": "^2.3.11",
"body-parser": "^1.9.3",
"browser-process-hrtime": "0.0.3",
"browserify": "^8.0.3",
"cookie-parser": "^1.3.3",
"ejs": "^1.0.0",
"express": "^4.10.4",
"express-session": "^1.9.2",
"fs-extra": "^0.12.0",
"knex": "^0.7.3",
"mysql": "^2.5.3",
"nanotimer": "^0.3.6",
"neo4j": "^1.1.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"passport.socketio": "^3.4.1",
"sat": "^0.4.1",
"sessionstore": "^1.0.5",
"setimmediate": "^1.0.2",
"socket.io": "^1.2.1",
"socket.io-events": "^0.4.6",
"vinyl-source-stream": "^1.0.0",
"gulp-jasmine": "^1.0.1",
"jasmine": "^2.1.1",
"gulp": "^3.8.10",
"extend": "^2.0.0",
"d3": "^3.5.3",
"moment": "^2.9.0"
},
"devDependencies": {
"jasmine-core": "^2.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}