-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
61 lines (61 loc) · 1.61 KB
/
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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "yod-mock",
"description": "Powerful data generator tool.",
"version": "0.3.1",
"homepage": "https://github.com/qiu8310/yod-mock",
"bugs": "https://github.com/qiu8310/yod-mock/issues",
"license": "MIT",
"main": "dist.js",
"bin": {
"yod": "cli.js"
},
"author": {
"name": "Zhonglei Qiu",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/qiu8310/yod-mock"
},
"keywords": [
"yod-mock",
"mock",
"yod",
"env",
"environment",
"develop",
"development",
"test",
"test-data",
"data"
],
"dependencies": {
"copy-paste": "^1.1.0",
"elegant.def": "^3.0.0-alpha.1",
"moment": "2.10.2",
"yod": "^1.0.0-alpha.1"
},
"devDependencies": {
"coveralls": "^2.11.1",
"fisher": "^0.2.0",
"fs-extra": "^0.18.2",
"gulp": "^3.8.8",
"gulp-istanbul": "^0.8.1",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.9.4",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.0.0",
"gulp-plumber": "^1.0.0",
"jsdoc": "^3.3.0-beta3",
"jshint-stylish": "^1.0.1",
"lodash": "^3.7.0",
"should": "^6.0.1"
},
"scripts": {
"readme": "node tools/readme.js",
"page": "node tools/build.js browser && webpack page.js --output-file='browser/yod-mock.js' && webpack page.js -p --output-file='browser/yod-mock.min.js' && cp browser/yod* gh-pages && rm moment.js page.js",
"coveralls": "gulp test && cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "node tools/build.js && gulp test",
"mocha": "node tools/build.js && mocha"
}
}