-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.41 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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "angularjs-nvd3-directives",
"version": "0.0.5-beta",
"homepage": "http://cmaurer.github.io/angularjs-nvd3-directives",
"description": "Angular.js directives for nvd3",
"main": "dist/angularjs-nvd3-directives.js",
"directories": {
"example": "examples",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cmaurer/angularjs-nvd3-directives.git"
},
"keywords": [
"angular.js",
"nvd3.js",
"d3.js",
"directives",
"d3",
"nvd3",
"angular",
"visualization",
"svg",
"charts"
],
"author": {
"name": "Christian Maurer"
},
"license": "Apache License, v2.0",
"readmeFilename": "README.md",
"gitHead": "82273b2c5a38c9e5841e767da4f3252ba31927e8",
"bugs": {
"url": "https://github.com/cmaurer/angularjs-nvd3-directives/issues"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-cli": "~0.1.11",
"grunt-bower-task": "~0.3.4",
"grunt-contrib-copy": "~0.5.0",
"grunt-karma-coveralls": "~2.4.0",
"grunt-conventional-changelog": "~1.1.0",
"grunt-jsbeautifier": "~0.2.6"
},
"engines" : {
"node": ">=0.10.0",
"npm" : ">=1.4.3"
}
}