forked from fullscale/dangle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 876 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
{
"name": "dangle",
"description": "A set of AngularJS directives that provide common visualizations for elasticsearch based on D3",
"version": "1.0.0",
"homepage": "http://www.fullscale.co/dangle",
"keywords": ["angularjs", "d3", "charts", "graphs", "elasticsearch"],
"repository": {
"type": "git",
"url": "git://github.com/fullscale/dangle.git"
},
"bugs": {
"url": "https://github.com/fullscale/dangle/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/fullscale/dangle/blob/master/LICENSE.txt"
}
],
"author": {
"name": "FullScale Labs, LLC",
"url": "https://github.com/fullscale/dangle/blob/master/AUTHORS"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.3.17"
}
}