]> git.r.bdr.sh - rbdr/dotfiles/blob - atom/packages/pretty-json/node_modules/jsonminify/package.json
Remove mc config
[rbdr/dotfiles] / atom / packages / pretty-json / node_modules / jsonminify / package.json
1 {
2 "name": "jsonminify",
3 "version": "0.2.3",
4 "description": "JSON.minify() minifies blocks of JSON-like content into valid JSON by removing all whitespace *and* comments.",
5 "keywords": [
6 "node",
7 "json",
8 "JSON-like",
9 "comment"
10 ],
11 "scripts": {
12 "test": "mocha -r should test/test-*.js"
13 },
14 "homepage": "https://github.com/fkei/JSON.minify",
15 "bugs": {
16 "url": "https://github.com/fkei/JSON.minify/issues",
17 "email": "kei.topaz@gmail.com"
18 },
19 "author": {
20 "name": "Kei Funagayama",
21 "email": "kei.topaz@gmail.com",
22 "url": "https://github.com/fkei"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/fkei/JSON.minify.git"
27 },
28 "devDependencies": {
29 "mocha": "*",
30 "jshint": "*",
31 "should": "*",
32 "jsdoc": "git://github.com/jsdoc3/jsdoc.git",
33 "plato": "*"
34 },
35 "engines": {
36 "node": ">=0.8.0",
37 "npm": ">=1.1.0"
38 },
39 "main": "./minify.json.js",
40 "_id": "jsonminify@0.2.3",
41 "dist": {
42 "shasum": "4b842c8a3fe5d6aa48b2f8f95a1cf9a80c019d8e",
43 "tarball": "http://registry.npmjs.org/jsonminify/-/jsonminify-0.2.3.tgz"
44 },
45 "_from": "jsonminify@>=0.2.3 <0.3.0",
46 "_npmVersion": "1.3.8",
47 "_npmUser": {
48 "name": "fkei",
49 "email": "kei.topaz@gmail.com"
50 },
51 "maintainers": [
52 {
53 "name": "fkei",
54 "email": "kei.topaz@gmail.com"
55 }
56 ],
57 "directories": {},
58 "_shasum": "4b842c8a3fe5d6aa48b2f8f95a1cf9a80c019d8e",
59 "_resolved": "https://registry.npmjs.org/jsonminify/-/jsonminify-0.2.3.tgz"
60 }