summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/circular-json/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/circular-json/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/circular-json/package.json42
1 files changed, 0 insertions, 42 deletions
diff --git a/tools/node_modules/eslint/node_modules/circular-json/package.json b/tools/node_modules/eslint/node_modules/circular-json/package.json
deleted file mode 100644
index 4bf300177c..0000000000
--- a/tools/node_modules/eslint/node_modules/circular-json/package.json
+++ /dev/null
@@ -1,42 +0,0 @@
-{
- "author": {
- "name": "Andrea Giammarchi",
- "url": "http://webreflection.blogspot.com/"
- },
- "bugs": {
- "url": "https://github.com/WebReflection/circular-json/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "JSON does not handle circular references. This version does",
- "devDependencies": {
- "coveralls": "^2.13.0",
- "istanbul": "^0.4.5",
- "tiny-cdn": "^0.7.0",
- "tressa": "^0.3.1"
- },
- "generator": "https://github.com/WebReflection/gitstrap",
- "homepage": "https://github.com/WebReflection/circular-json",
- "keywords": [
- "JSON",
- "circular",
- "reference",
- "recursive",
- "recursion",
- "parse",
- "stringify"
- ],
- "license": "MIT",
- "main": "./build/circular-json.node.js",
- "name": "circular-json",
- "repository": {
- "type": "git",
- "url": "git://github.com/WebReflection/circular-json.git"
- },
- "scripts": {
- "coveralls": "cat ./coverage/lcov.info | coveralls",
- "test": "istanbul cover test/circular-json.js",
- "web": "$(sleep 2 && open http://0.0.0.0:7151/) & tiny-cdn run ./"
- },
- "version": "0.3.3"
-} \ No newline at end of file