forked from sodocan/sodocan.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "sodocan",
"version": "0.0.0",
"private": true,
"main": "Server/index.js",
"scripts": {
"start": "node Server/index.js",
"test": "node Server/index.js & ./node_modules/.bin/mocha --bail --reporter nyan Server/Tests/ServerDataSpec.js; pkill -n node;"
},
"engines": {
"node": "4.1.2",
"npm": "2.14.4"
},
"bugs": {
"url": "https://github.com/Sodocan/Sodocan.js/issues"
},
"license": "MIT",
"dependencies": {
"body-parser": "~1.13.2",
"chai": "^1.9.0",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"everyauth": "^0.4.9",
"express": "~4.13.1",
"express-session": "^1.12.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"jwt-simple": "^0.3.1",
"mocha": "^1.17.1",
"mongoose": "^4.2.2",
"morgan": "~1.6.1",
"nodemon": "^1.2.1",
"passport": "^0.3.0",
"passport-github": "^1.0.0",
"passport-github2": "^0.1.9",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^3.1.0",
"request": "^2.34.0",
"request-promise": "^1.0.2",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-purifycss": "^0.1.0",
"install": "^0.2.5",
"npm": "^3.3.10",
"purify-css": "^1.0.17"
}
}