forked from iguanaChart/iguanacharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 937 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
{
"name": "iguanachart",
"version": "1.0.6",
"description": "",
"main": "dist/iguanachart.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"example": "./node_modules/http-server/bin/http-server -a127.0.0.1 -p8000",
"build": "node ./index.js && node ./minify.js",
"nt_release": "npm run build && cp -R ./dist/* ../iguanachart"
},
"author": "",
"license": "ISC",
"dependencies": {
"hammerjs": "^2.0.8",
"jquery": "^3.4.1",
"jquery-hammerjs": "^2.0.0",
"jquery-minicolors": "^2.1.10",
"jquery-mousewheel": "^3.1.13",
"jquery.event.move": "^1.3.6",
"jsrender": "^0.9.90",
"uikit": "^2.27.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-less": "^3.4.0",
"gulp-npm-files": "^0.1.3",
"http-server": "^0.11.1",
"node-minify": "^1.3.9",
"run-sequence": "^1.2.2",
"uglify-js": "^2.8.29"
}
}