forked from JubilantMotorcycle/glint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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": "adventuruous-starfish",
"version": "0.0.1",
"description": "greenfield project",
"main": "index.js",
"repository": "",
"license": "Proprietary",
"private": false,
"scripts": {
"test": "npm run test-server",
"test-server": "mocha ./server/spec/serverSpec.js"
},
"dependencies": {
"bcrypt": "^0.8.1",
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.9.14",
"body-parser": "^1.5.2",
"chai": "^1.9.0",
"express": "~4.0.0",
"express-session": "^1.10.4",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-docco-multi": "0.0.2",
"grunt-karma": "^0.10.1",
"grunt-mocha-test": "~0.12.7",
"grunt-nodemon": "~0.4.0",
"grunt-shell": "^1.1.2",
"jwt-simple": "^0.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "0.1.7",
"karma-cli": "0.0.4",
"mocha": "^2.2.1",
"mongodb": "1.4.34",
"mongoose": "3.8.24",
"morgan": "^1.5.2",
"nodemon": "^1.2.1",
"q": "^1.2.0",
"request": "^2.54.0",
"session": "^0.1.0",
"supertest": "^0.15.0",
"angular-ui-router": "0.2.13"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.1",
"grunt-docco-multi": "0.0.2",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.1.10"
}
}