-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 972 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
{
"name": "factory-girl-bookshelf",
"version": "1.0.2",
"description": "A Bookshelf adapter for factory-girl",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:aexmachina/factory-girl-bookshelf.git"
},
"keywords": [
"factory-girl",
"factory",
"test",
"bdd",
"tdd",
"fixture",
"bookshelf"
],
"author": "Simon Wade",
"license": "MIT",
"bugs": {
"url": "https://github.com/aexmachina/factory-girl-bookshelf/issues"
},
"homepage": "https://github.com/aexmachina/factory-girl-bookshelf",
"files": [
"index.js",
"LICENSE.txt",
"config/",
"test/*.js"
],
"peerDependencies": {
"factory-girl": "*"
},
"devDependencies": {
"bookshelf": "^0.9.2",
"chai": "^3.5.0",
"config-node": "^1.2.2",
"factory-girl": "^2.2.2",
"knex": "^0.10.0",
"mocha": "^2.4.5",
"sqlite3": "^3.1.1"
}
}