forked from lflores/gravity-bubbles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.8 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
58
59
{
"name": "gravity-bubbles",
"description": "This component, using d3js API, draw animated bubbles chart with gravity",
"keywords": ["gravity",
"chart",
"gravity-bubbles"],
"licenses": [{
"type": "GPL-3.0",
"url": "https://opensource.org/licenses/GPL-3.0"
}],
"version": "1.0.2",
"main": "dist/gravity-bubbles.js",
"bugs": {
"url": "https://github.com/lflores/gravity-bubbles/issues"
},
"author": {
"name": "triad",
"email": "[email protected]",
"url": "http://github.com/lflores"
},
"contributors": [{
"name": "headwinds",
"url": "http://github.com/headwins"
}],
"scripts": {
"test": "grunt karma:unit"
},
"repository": {
"type": "git",
"url": "https://github.com/lflores/gravity-bubbles.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"grunt-banner": "~0.4.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-exec": ">0.4.0",
"grunt-karma": "~0.10.1",
"grunt-readme": "~0.4.5",
"grunt-umd": "~2.3.3",
"karma": "~0.12.31",
"karma-chrome-launcher": "~0.1.8",
"karma-coffee-preprocessor": "~0.2.1",
"karma-firefox-launcher": "~0.1.4",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.3.5",
"karma-phantomjs-launcher": "~0.1.4",
"karma-requirejs": "~0.2.2",
"karma-script-launcher": "~0.1.0",
"load-grunt-tasks": "^3.3.0",
"requirejs": "~2.1.17",
"spacejam": "^1.2.0"
}
}