jsmin2
Version:
Another port of JSMin -- this time outputting a coordinate map
33 lines • 762 B
JSON
{
"name": "jsmin2",
"version": "1.2.1",
"description": "Another port of JSMin -- this time outputting a coordinate map",
"main": "lib/jsmin.js",
"scripts": {
"test": "node tests/jsmin.test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/twolfson/node-jsmin2.git"
},
"keywords": [
"jsmin",
"minify",
"minification",
"min",
"compress"
],
"author": "Todd Wolfson <todd@twolfson.com>",
"license": "The Software shall be used for Good, not Evil. (see LICENSE)",
"devDependencies": {
"foundry": "~4.3.2",
"foundry-release-git": "~2.0.2",
"foundry-release-npm": "~2.0.2"
},
"foundry": {
"releaseCommands": [
"foundry-release-git",
"foundry-release-npm"
]
}
}