-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.06 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
{
"name": "18_sk_lora",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"1.npm-install": "npm install",
"2.grunt-cli": "npm install -g grunt-cli",
"3.grunt-sync": "grunt sync",
"4.grunt-watch": "grunt watch",
"buildDist": "grunt",
"browserify": "browserify js/helper/npm.helper.js > js/helper/helpers.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"async": "^2.6.0",
"d3": "^4.12.0",
"handlebars": "^4.0.6",
"handlebars-helpers": "^0.7.7",
"jquery": "^3.1.1"
},
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-handlebars": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-npm-install": "^0.3.1",
"grunt-string-replace": "^1.3.1",
"grunt-text-replace": "^0.4.0",
"grunt-timer": "^0.6.0",
"grunt-ttf2woff": "^1.0.0"
}
}