aboutsummaryrefslogtreecommitdiff
path: root/atom/packages/pretty-json/node_modules/jsonminify/package.json
blob: 2f95f2e7c059f6e17a70d77e9a026482638b567f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
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"
}