aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/pretty-json/node_modules/jsonminify/package.json
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-03-02 13:13:31 -0600
committerBen Beltran <ben@nsovocal.com>2017-03-02 13:13:31 -0600
commit06a3d6866e4f545abddd6654e490e50b623330a9 (patch)
treee0e6a7d72eeaf647d03a44ed5c12733796fb8b87 /atom/packages/pretty-json/node_modules/jsonminify/package.json
parent49c52987b6c6be6392351b6a7b227efc7341a414 (diff)
Update atoms
Diffstat (limited to 'atom/packages/pretty-json/node_modules/jsonminify/package.json')
-rw-r--r--atom/packages/pretty-json/node_modules/jsonminify/package.json60
1 files changed, 60 insertions, 0 deletions
diff --git a/atom/packages/pretty-json/node_modules/jsonminify/package.json b/atom/packages/pretty-json/node_modules/jsonminify/package.json
new file mode 100644
index 0000000..2f95f2e
--- /dev/null
+++ b/atom/packages/pretty-json/node_modules/jsonminify/package.json
@@ -0,0 +1,60 @@
+{
+ "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"
+}