adhesive
Version:
Simple build tool that combines your JS and outputs a source map, with JSON configuration.
28 lines (27 loc) • 616 B
JSON
{
"name": "adhesive",
"version": "1.0.1",
"description": "Simple build tool that combines your JS and outputs a source map, with JSON configuration.",
"main": "adhesive.js",
"repository": {
"type": "git",
"url": "https://github.com/jstarrdewar/adhesive.git"
},
"keywords": [
"Build",
"Concatenate",
"Minify",
"Uglify",
"Source Map"
],
"author": "John Starr Dewar",
"license": "BSD",
"readmeFilename": "README.md",
"preferGlobal": "true",
"bin": {
"adhesive": "adhesive.js"
},
"dependencies": {
"uglify-js": "^2.8.29"
}
}