UNPKG

json-literal

Version:

superset of `JSON` adding date, regex, null and octal literals

23 lines 494 B
{ "name": "json-literal", "version": "1.1.0", "description": "superset of `JSON` adding date, regex, null and octal literals", "keywords": [], "dependencies": { "esprima": "~1.0.3", "type-of": "~2.0.0" }, "devDependencies": { "mocha": "*", "garbage": "*" }, "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "https://github.com/ForbesLindesay/json-literal.git" }, "author": "ForbesLindesay", "license": "MIT" }