20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"name": "d3-timeline",
|
|
"version": "0.0.5",
|
|
"main": "src/d3-timeline.js",
|
|
"ignore": [
|
|
"examples",
|
|
"lib",
|
|
".bowerrc",
|
|
".gitignore",
|
|
".git",
|
|
".jshintrc",
|
|
"gruntfile.js",
|
|
"package.json",
|
|
"README.md"
|
|
],
|
|
"dependencies": {
|
|
"d3": ">=3.4.3"
|
|
}
|
|
}
|