forked from ThoughtfulWalrus/ThoughtfulWalrus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.34 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
{
"name": "ThoughtfulWalrus",
"version": "0.0.0",
"description": "",
"main": "app.js",
"author": "",
"license": "ISC",
"scripts": {
"start": "node server/server.js",
"test": "node server/server.js & ./node_modules/.bin/mocha --bail test/ServerSpec.js; pkill -n node;"
},
"devDependencies": {
"angular-mocks": "^1.3.15",
"chai": "^2.1.2",
"grunt": "^0.4.5",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.10.1",
"grunt-mocha": "^0.4.12",
"grunt-nodemon": "^0.4.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-mocha": "^0.1.10",
"mocha": "^2.2.1",
"request": "^2.53.0"
},
"dependencies": {
"angular": "^1.3.15",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.0",
"express": "^4.12.2",
"jwt-simple": "^0.2.0",
"mongodb": "^1.4.34",
"mongoose": "^3.8.25",
"morgan": "^1.5.1",
"twilio": "^1.11.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-shell": "^1.1.2",
"q": "^1.2.0"
}
}