-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
50 lines (50 loc) · 1019 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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "barrels",
"version": "1.6.6",
"description": "Simple DB Fixtures for Sails.js with associations support",
"dependencies": {
"async": "^1.5.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"mocha": "^2.3.4",
"pre-commit": "1.1.2",
"sails": "^1.2.4",
"sails-memory": "^0.10.5",
"should": "^7.1.1"
},
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha -R spec"
},
"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]"
},
{
"name": "U-Zyn Chua",
"email": "[email protected]"
},
{
"name": "Tuomas Salmi"
},
{
"name": "Victor Heng"
},
{
"name": "Marnus Weststrate",
"email": "[email protected]"
}
],
"license": "MIT"
}