forked from CodeYellowBV/chartist-plugin-legend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 901 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
{
"name": "chartist-plugin-legend",
"version": "0.4.0",
"author": "Kees Kluskens <[email protected]>",
"description": "Legend plugin for Chartist.js.",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/CodeYellowBV/chartist-plugin-legend"
},
"main": "chartist-plugin-legend.js",
"files": [
"chartist-plugin-legend.js"
],
"devDependencies": {
"chai": "^3.5.0",
"chartist": "^0.9.8",
"coveralls": "^2.11.12",
"karma": "^1.1.2",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-phantomjs-launcher": "^1.0.1",
"mocha": "^2.5.3",
"phantomjs-prebuilt": "^2.1.8"
},
"scripts": {
"test": "karma start",
"test-chrome": "karma start --browsers=Chrome",
"test-firefox": "karma start --browsers=Firefox"
}
}