You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
462 B
12 lines
462 B
{ "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" }
|
|
}
|
|
|