forked from vgheri/ShopWithMe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 810 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
{
"name": "ShopWithMe",
"description": "ShopWithMe allows you to create and share your shopping lists with your friends to collaboratively edit them",
"version": "0.1.0",
"private": false,
"dependencies": {
"express": "3.x",
"mongoose": "3.5.x",
"winston": "0.6.x",
"moment": "2.1.x",
"request": "~2.27.0"
},
"devDependencies": {
"supertest": "0.5.x",
"mocha": "1.8.x",
"should": "1.2.x",
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-concat": "~0.1.1",
"grunt-contrib-uglify": "~0.1.0",
"grunt-contrib-watch": "~0.1.4",
"grunt-cafe-mocha": "~0.1.3",
"grunt-mocha-cov": "0.0.7"
},
"scripts": {
"test": "make test",
"blanket": {
"pattern": [
"handlers",
"models"
]
}
}
}