-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 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": "d3-deconstructor",
"description": "",
"version": "1.0.4",
"main": "./js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/harperj/decon-plugin.git"
},
"author": "Jonathan Harper",
"license": "ISC",
"bugs": {
"url": "https://github.com/harperj/decon-plugin/issues"
},
"homepage": "https://github.com/harperj/decon-plugin",
"browserify-shim": {
"lib/angular.js": {
"exports": "angular"
}
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"browserify": "^5.11.2",
"browserify-shim": "^3.7.0",
"circular-json": "^0.1.6",
"filesaver.js": "^0.1.0",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-watch": "^0.6.1"
},
"dependencies": {
"jquery": "^2.1.1",
"angular": "^1.3.1",
"bootstrap": "^3.2.0",
"d3": "^3.4.11",
"d3-decon-lib": "git://github.com/harperj/d3-decon-lib",
"underscore": "^1.7.0"
}
}