-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 937 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 937 Bytes
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
{
"name": "factory-girl-objection",
"version": "0.0.2",
"description": "An Objection.js adapter for factory-girl\"",
"main": "index.js",
"homepage": "https://github.com/klinem/factory-girl-objection",
"author": "Kline Moralee",
"license": "MIT",
"bugs": {
"url": "https://github.com/klinem/factory-girl-objection/issues"
},
"scripts": {
"test": "mocha test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git@github.com:klinem/factory-girl-objection.git"
},
"keywords": [
"factory-girl",
"factory",
"test",
"bdd",
"tdd",
"fixture",
"objection"
],
"devDependencies": {
"chai": "^3.5.0",
"config": "^1.19.0",
"factory-girl": "^3.0.0",
"knex": "^0.10.0",
"mocha": "^2.4.5",
"objection": "^0.4.0",
"sqlite3": "^3.1.2"
},
"dependencies": {
"object-assign": "^4.0.1"
},
"peerDependencies": {
"factory-girl": "*"
}
}