-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.14 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
{
"name": "kbn_percent_nice_vis",
"version": "1.0.0",
"authors": [
"Juan Carniglia <[email protected]>"
],
"description": "Display graphics to show percentage values - Visualization Plugin",
"main": "index.js",
"license": "Apache-2.0",
"homepage": "http://github.com/JuanCarniglia/kbn_percent_nice_vis",
"scripts": {
"test": "gulp test",
"test:coverage": "gulp coverage",
"start": "gulp dev",
"postinstall": "bower install",
"precommit": "gulp lint",
"build": "gulp build"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-eslint": "^4.1.8",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.5.2",
"bluebird": "^3.3.1",
"bower": "^1.6.9",
"del": "^2.2.0",
"eslint": "^2.1.0",
"eslint-plugin-mocha": "^2.0.0",
"gulp": "^3.9.1",
"gulp-eslint": "^2.0.0",
"gulp-gzip": "^1.2.0",
"gulp-tar": "^1.8.0",
"gulp-util": "^3.0.7",
"gulp-zip": "3.1.0",
"husky": "^0.10.2",
"lodash": "^4.4.0",
"minimist": "1.2.0",
"mkdirp": "^0.5.1",
"numeral": "^1.5.3",
"rimraf": "^2.4.4",
"rsync": "^0.4.0"
}
}