-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 902 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
31
32
33
34
35
36
37
38
39
40
41
{
"name": "d3bind",
"version": "0.1.3",
"description": "Observable data bindings for d3.js",
"keywords": [
"d3",
"d3.js",
"d3bind",
"observable"
],
"repository": {
"type": "git",
"url": "https://github.com/ggmod/d3bind.git"
},
"main": "dist/index.js",
"typings": "dist/index",
"author": "ggmod",
"license": "MIT",
"scripts": {
"prepublish": "gulp build && rm -rf dist/* && tsc",
"test": "mocha --harmony-destructuring test/**/*.js"
},
"devDependencies": {
"browserify": "^13.0.0",
"chai": "^3.5.0",
"d3": "^3.5.0",
"del": "^2.2.0",
"exorcist": "^0.4.0",
"gulp": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"jsdom": "^8.0.4",
"mocha": "^2.4.5",
"tsify": "^0.13.2",
"typescript": "^1.8.2",
"vinyl-source-stream": "^1.1.0"
},
"peerDependencies": {
"d3": "^3.5.0"
}
}