decircularize
Version:
Remove circular dependencies
24 lines (23 loc) • 438 B
JSON
{
"name": "decircularize",
"version": "1.0.0",
"description": "Remove circular dependencies",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"circular",
"json"
],
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fizker/decircularize.git"
},
"author": "Benjamin Horsleben",
"license": "WTFPL"
}