-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 922 Bytes
/
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
{
"name": "table_tennis",
"version": "1.0.0",
"main": "app/server.js",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/ncoutinho/table_tennis.git"
},
"scripts": {
"start": "nodemon app/server.js",
"test": "istanbul cover grunt"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "*",
"grunt-env": "~0.4.1",
"grunt-jasmine-node": "~0.2.1",
"grunt-coveralls": "1.0.0",
"jasmine-reporters": "~0.2.1",
"jasmine-node": "~2.0.0",
"load-grunt-tasks": "^0.6.0"
},
"dependencies": {
"nodemon": "~1.2.1",
"mongoose": "~3.8.16",
"grunt-mongo-migrations": "^0.6.1",
"coveralls": "^2.11.1",
"istanbul": "^0.3.2",
"grunt-jasmine-node-coverage": "^0.1.11",
"express": "~4.9.0",
"body-parser": "~1.8.1",
"supertest": "^0.13.0",
"mongoose-text-search": "0.0.2",
"regexp-quote": "0.0.0"
}
}