forked from purple-cobras/black-mamba
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.41 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
52
53
54
55
56
{
"name": "thesis",
"version": "1.0.0",
"description": "Game of Things mobile port",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "karma start",
"start": "gulp dev && nodemon server/server.js",
"postinstall": "npm install -g bower && cd client && npm install && bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purple-cobras/thesis.git"
},
"author": "Purple Cobras",
"license": "MIT",
"bugs": {
"url": "https://github.com/purple-cobras/thesis/issues"
},
"homepage": "https://github.com/purple-cobras/thesis#readme",
"dependencies": {
"apn": "^1.7.5",
"bluebird": "^3.3.4",
"body-parser": "^1.15.0",
"bookshelf": "^0.9.2",
"brain": "^0.7.0",
"chai": "^3.5.0",
"cors": "^2.7.1",
"express": "^4.13.4",
"express-jwt": "^3.3.0",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jsonwebtoken": "^5.7.0",
"karma": "^0.13.22",
"knex": "^0.10.0",
"morgan": "^1.7.0",
"node-env-file": "^0.1.8",
"node-gcm": "^0.14.0",
"pg": "^4.5.1",
"request": "^2.69.0",
"serve-favicon": "^2.3.0",
"socket.io": "^1.4.5",
"synaptic": "^1.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-preprocess": "^2.0.0",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-spec-reporter": "0.0.24",
"mocha": "^2.4.5"
}
}