-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 935 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
{
"name": "minicharts",
"version": "0.1.3",
"description": "Easily create small dynamic charts",
"main": "src/minicharts.js",
"scripts": {
"test": "mocha-phantomjs ./test/test.html --hooks ./test/phantom_hooks.js -R xunit -f test/results/result.xml",
"coverage-report": "istanbul report --root coverage lcov"
},
"author": "Francois Guillem",
"license": "GPL-2.0+",
"dependencies": {
"d3": "^4.4.0",
"tinycolor2": "^1.4.1"
},
"devDependencies": {
"browserify-istanbul": "^2.0.0",
"grunt": "^1.0.1",
"grunt-browserify": "^5.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.1.0",
"grunt-mocha-phantomjs": "^4.0.0",
"ink-docstrap": "^1.3.0",
"mocha-phantomjs": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rte-antares-rpackage/minicharts.git"
}
}