mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
26 lines
350 B
JSON
26 lines
350 B
JSON
{
|
|
"name": "d3",
|
|
"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"
|
|
]
|
|
}
|