forked from Narazaka/xlsx2seed.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
{
"name": "xlsx2seed",
"version": "0.2.1",
"description": "xlsx to seed yamls",
"bin": "./bin/xlsx2seed.js",
"main": "./lib/xlsx2seed.js",
"scripts": {
"test": "gulp test-cli",
"codecov": "gulp test-node && cat coverage/lcov.info | codecov"
},
"dependencies": {
"commander": "^2.9.0",
"fso": "^0.1.1",
"js-yaml": "^3.5.5",
"xlsx": "^0.8.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"babel-plugin-espower": "^2.0.0",
"babel-preset-es2015": "^6.3.13",
"bower": "^1.6.5",
"codecov.io": "^0.1.6",
"espower-babel": "^4.0.1",
"estraverse-fb": "^1.3.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-clone": "^1.0.0",
"gulp-esdoc": "^0.2.0",
"gulp-eslint": "^2.0.0",
"gulp-header": "^1.7.1",
"gulp-istanbul": "^0.10.3",
"gulp-load-plugins": "^1.1.0",
"gulp-mocha": "^2.1.3",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-watch": "^4.3.5",
"isparta": "^4.0.0",
"mocha": "^2.3.3",
"mocha-lazy-bdd": "0.0.6",
"power-assert": "^1.1.0",
"rimraf": "^2.4.3"
},
"url": "https://github.com/Narazaka/xlsx2seed.js",
"author": "Narazaka",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Narazaka/xlsx2seed.js.git"
}
}