mirror of
https://github.com/d3/d3.git
synced 2026-01-25 15:24:06 +00:00
25 lines
336 B
JSON
25 lines
336 B
JSON
{
|
|
"name": "d3",
|
|
"version": "3.5.0pre",
|
|
"main": "d3.js",
|
|
"scripts": [
|
|
"d3.js"
|
|
],
|
|
"ignore": [
|
|
".DS_Store",
|
|
".git",
|
|
".gitignore",
|
|
".npmignore",
|
|
".travis.yml",
|
|
"Makefile",
|
|
"bin",
|
|
"component.json",
|
|
"index.js",
|
|
"lib",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
]
|
|
}
|