-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 991 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
{
"name": "create-test-data",
"version": "1.0.1",
"description": "Create test data in your work.",
"main": "dist/main.js",
"keywords": [
"test",
"test data",
"create test data",
"radom test data",
"lib"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fishelly/create-test-data.git"
},
"bugs": {
"url": "https://github.com/fishelly/create-test-data/issues"
},
"homepage": "https://github.com/fishelly/create-test-data#readme",
"author": "Fishelly.",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-stage-0": "^6.24.1",
"nodemon": "^1.18.4"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.26.0"
},
"scripts": {
"start": "nodemon test/test.js --exec babel-node",
"build": "babel src --out-dir dist"
},
"engines": {
"node": ">= 4.0"
},
"files": [
"dist"
]
}