-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.12 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.12 KB
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
{
"name": "jubilee",
"version": "0.0.3",
"description": "D3 Reusable Components Library",
"main": "src/index.js",
"scripts": {
"test": "node_modules/.bin/mocha -w"
},
"repository": {
"type": "git",
"url": "git://github.com/stormpython/jubilee.git"
},
"keywords": [
"d3",
"reusable components",
"data visualization"
],
"authors": [
"Shelby Sturgis"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/stormpython/jubilee/issues"
},
"homepage": "https://github.com/stormpython/jubilee",
"devDependencies": {
"almond": "^0.3.1",
"chai": "^2.1.1",
"grunt": "^0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-nodeunit": "~0.3.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-uglify": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^0.4.12",
"mocha": "^2.1.0",
"requirejs": "^2.1.16"
},
"dependencies": {
"d3": "3.5.6"
}
}