package.json
462 Bytes
{ "name" : "cycle"
, "description" : "decycle your json"
, "author" : ""
, "version" : "1.0.3"
, "main" : "./cycle.js"
, "homepage" : "https://github.com/douglascrockford/JSON-js"
, "repository" :
{ "type": "git", "url": "http://github.com/dscape/cycle.git" }
, "bugs" : "http://github.com/douglascrockford/JSON-js/issues"
, "keywords" : [ "json", "cycle", "stringify", "parse" ]
, "engines" : { "node" : ">=0.4.0" }
}