forked from krispo/angular-nvd3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 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
{
"title": "AngularJS-nvD3",
"name": "angular-nvd3",
"version": "1.0.0-beta",
"description": "An AngularJS directive for NVD3.js reusable charting library",
"homepage": "http://krispo.github.io/angular-nvd3",
"repository": {
"type": "git",
"url": "https://github.com/krispo/angular-nvd3.git"
},
"main": "dist/angular-nvd3.js",
"keywords": [
"angular",
"nvd3",
"d3",
"directive",
"visualization",
"charts",
"svg"
],
"bugs": {
"url": "https://github.com/krispo/angular-nvd3/issues"
},
"license": "MIT License",
"author": {
"name": "Konstantin Skipor"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"karma": "~0.10",
"karma-coverage": "^0.2.1"
},
"scripts": {
"test": "karma start test/karma.conf.js",
"test-single-run": "karma start test/karma.conf.js --single-run"
}
}