UNPKG

sweet-data

Version:

plugin to pretty-print or minify XML, JSON, CSS and SQL files

49 lines (48 loc) 997 B
{ "name": "sweet-data", "version": "0.1.4", "author": "Brian Gerhards (https://github.com/bgerhards)", "description": "plugin to pretty-print or minify XML, JSON, CSS and SQL files", "contributors": [ "Brian Gerhards (https://github.com/bgerhards)", "Alex Staroselsky (https://github.com/alstar01)" ], "repository": { "type": "git", "url": "https://github.com/bgerhards/sweet-data.git" }, "homepage": "https://bgerhards.github.io/sweet-data/", "main": "./sweet-data", "keywords": [ "pretty print", "beautify", "minify", "XML", "JSON", "CSS", "SQL", "tabs", "spaces" ], "license": "MIT", "engine": { "node": ">=0.4.9" }, "devDependencies": { "mocha": "^3.4.2", "should": "^11.2.1" }, "files": [ "README.md", "index.js", "lib/" ], "scripts": { "test": "mocha", "test-watch": "mocha -w" }, "dependencies": { "promise-polyfill": "^6.0.2", "setasap": "^2.0.0" } }