mirror of https://github.com/k3s-io/k3s
27 lines
372 B
JSON
27 lines
372 B
JSON
{
|
|
"name": "d3",
|
|
"version": "3.5.5",
|
|
"main": "d3.js",
|
|
"scripts": [
|
|
"d3.js"
|
|
],
|
|
"ignore": [
|
|
".DS_Store",
|
|
".git",
|
|
".gitignore",
|
|
".npmignore",
|
|
".spmignore",
|
|
".travis.yml",
|
|
"Makefile",
|
|
"bin",
|
|
"component.json",
|
|
"composer.json",
|
|
"index.js",
|
|
"lib",
|
|
"node_modules",
|
|
"package.json",
|
|
"src",
|
|
"test"
|
|
]
|
|
}
|