diff options
Diffstat (limited to 'atom/packages/pretty-json/node_modules/jsonminify/package.json')
| -rw-r--r-- | atom/packages/pretty-json/node_modules/jsonminify/package.json | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/atom/packages/pretty-json/node_modules/jsonminify/package.json b/atom/packages/pretty-json/node_modules/jsonminify/package.json deleted file mode 100644 index 2f95f2e..0000000 --- a/atom/packages/pretty-json/node_modules/jsonminify/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "name": "jsonminify", - "version": "0.2.3", - "description": "JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.", - "keywords": [ - "node", - "json", - "JSON-like", - "comment" - ], - "scripts": { - "test": "mocha -r should test/test-*.js" - }, - "homepage": "https://github.com/fkei/JSON.minify", - "bugs": { - "url": "https://github.com/fkei/JSON.minify/issues", - "email": "kei.topaz@gmail.com" - }, - "author": { - "name": "Kei Funagayama", - "email": "kei.topaz@gmail.com", - "url": "https://github.com/fkei" - }, - "repository": { - "type": "git", - "url": "https://github.com/fkei/JSON.minify.git" - }, - "devDependencies": { - "mocha": "*", - "jshint": "*", - "should": "*", - "jsdoc": "git://github.com/jsdoc3/jsdoc.git", - "plato": "*" - }, - "engines": { - "node": ">=0.8.0", - "npm": ">=1.1.0" - }, - "main": "./minify.json.js", - "_id": "jsonminify@0.2.3", - "dist": { - "shasum": "4b842c8a3fe5d6aa48b2f8f95a1cf9a80c019d8e", - "tarball": "http://registry.npmjs.org/jsonminify/-/jsonminify-0.2.3.tgz" - }, - "_from": "jsonminify@>=0.2.3 <0.3.0", - "_npmVersion": "1.3.8", - "_npmUser": { - "name": "fkei", - "email": "kei.topaz@gmail.com" - }, - "maintainers": [ - { - "name": "fkei", - "email": "kei.topaz@gmail.com" - } - ], - "directories": {}, - "_shasum": "4b842c8a3fe5d6aa48b2f8f95a1cf9a80c019d8e", - "_resolved": "https://registry.npmjs.org/jsonminify/-/jsonminify-0.2.3.tgz" -} |