UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

25 lines (24 loc) 716 B
{ "version": "0.3.1", "name": "circular-json", "description": "JSON does not handle circular references. This version does", "license": "MIT", "homepage": "https://github.com/WebReflection/circular-json", "keywords": ["JSON", "circular", "reference", "recursive", "recursion", "parse", "stringify"], "generator": "https://github.com/WebReflection/gitstrap", "author": { "name": "Andrea Giammarchi", "web": "http://webreflection.blogspot.com/" }, "repository": { "type": "git", "url": "git://github.com/WebReflection/circular-json.git" }, "main": "./build/circular-json.node.js", "scripts": { "test": "node test/.test.js" }, "devDependencies": { "wru": "*" } }