forked from bredikhin/barrels
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 920 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
39
{
"name": "barrels",
"version": "0.0.5",
"description": "Simple DB Fixtures for Sails.js",
"dependencies": {
"async": "^0.9.0"
},
"devDependencies": {
"mocha": "^1.20.3",
"pre-commit": "0.0.7",
"sails": "^0.9.17",
"sails-memory": "^0.9.1",
"supervisor": "^0.6.0"
},
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha -R spec",
"autotest": "./node_modules/.bin/supervisor -i .tmp -q -n exit -x ./node_modules/.bin/mocha -- -R spec -G -b"
},
"repository": {
"type": "git",
"url": "git://github.com/bredikhin/barrels.git"
},
"author": "Ruslan Bredikhin",
"contributors": [
{
"name": "Ruslan Bredikhin",
"email": "[email protected]"
},
{
"name": "Mikael Møller",
"email": "[email protected]"
}
],
"license": {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
}