-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 839 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": "db-fabricate",
"version": "1.0.15",
"description": "Fabricate data in your MySQL DB",
"main": "index.js",
"scripts": {
"test": "mocha test",
"build": "babel src -d src --out-dir build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YegorMy/db-fabricator.git"
},
"keywords": [
"fabricate",
"db",
"fabrication",
"mysql",
"integration",
"test"
],
"author": "yegormy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/YegorMy/db-fabricator/issues"
},
"homepage": "https://github.com/YegorMy/db-fabricator#readme",
"dependencies": {
"bluebird": "^3.5.0",
"lodash.clone": "^4.5.0",
"mysql2": "^1.2.0",
"uuid": "^3.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.3.0"
}
}