forked from fdvj/wolfpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 855 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
38
{
"name": "wolfpack",
"version": "0.1.4",
"description": "SailsJS Model Testing Library",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/fdvj/wolfpack"
},
"keywords": [
"sails",
"jasmine",
"models"
],
"author": "Fernando De Vega",
"license": "MIT",
"bugs": {
"url": "https://github.com/fdvj/wolfpack/issues"
},
"homepage": "https://github.com/fdvj/wolfpack",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jasmine": "~0.5.0",
"grunt-jasmine-node": "~0.1.0",
"grunt-jasmine-node-coverage": "~0.1.4",
"glob": "~3.2.1",
"grunt-open": "~0.2.0"
},
"dependencies": {
"sinon": "^1.9.0",
"waterline": "^0.9.16"
}
}