-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 914 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
{
"name": "d3slider",
"version": "0.1.2",
"description": "Not a cheeseburger, just a nifty d3 slider.",
"main": "slider.js",
"dependencies": {
"d3-array": "^3.0.1",
"d3-axis": "^2.1.0",
"d3-drag": "^2.0.0",
"d3-scale": "^4.0.0",
"d3-selection": "^2.0.0",
"elastic-svg": "^0.1.0"
},
"scripts": {
"build": "bundle-module --entry=./slider.js --name=d3slider",
"watch": "bundle-module --entry=./slider.js --name=d3slider --watch",
"minify": "bundle-module --entry=./slider.js --name=d3slider --min",
"test": "npm run build"
},
"type": "git",
"url": "git+https://github.com/TimeMagazineLabs/d3slider.git",
"keywords": [
"slider",
"d3"
],
"author": "Dave Johnson, Chris Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimeMagazine/d3slider/issues"
},
"homepage": "https://github.com/TimeMagazine/d3slider#README.md"
}