mirror of
https://github.com/status-im/poc-core-secure-react-native.git
synced 2026-08-31 03:01:09 +00:00
13 lines
462 B
JSON
13 lines
462 B
JSON
{ "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" }
|
|
}
|