forked from chioerry/D3
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 824 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
{
"name": "Data_Munging_Tool",
"version": "1.0.0",
"scripts": {
"test": "mocha",
"build": "gulp build",
"execute": "node js/ageconverter",
"execute": "node js/mergeSai.js"
},
"author": "StackRoute",
"license": "Apache-2.0",
"dependencies": {
"chai": "^3.5.0",
"eslint": "^3.14.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"log4js": "^1.0.1",
"sinon": "^1.17.7"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.18.0",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-1": "^6.16.0",
"chai": "^3.5.0",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.4.1",
"gulp": "^3.9.1",
"gulp-eslint": "^3.0.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.1.2"
}
}