-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.12 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
{
"name": "unicefcontacts",
"version": "1.0.0",
"description": "UNICEF contacts service",
"main": "app/server.js",
"author": "Thoughtworks Uganda",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/unicefuganda/contacts.git"
},
"scripts": {
"start": "node 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": {
"body-parser": "~1.8.1",
"coveralls": "^2.11.1",
"express": "~4.9.0",
"express-domain-middleware": "0.1.0",
"grunt-jasmine-node-coverage": "^0.1.11",
"grunt-mongo-migrations": "^0.6.1",
"istanbul": "^0.3.2",
"lodash": "^4.2.0",
"mongoose": "~3.8.16",
"mongoose-text-search": "0.0.2",
"node-phonenumber": "^0.1.2",
"nodemon": "~1.2.1",
"raven": "^0.10.0",
"regexp-quote": "0.0.0",
"supertest": "^0.13.0",
"underscore": "1.8.3"
}
}