closure-builder
Version:
Simple Closure, Soy and JavaScript Build system
81 lines (80 loc) • 2.48 kB
JSON
{
"name": "closure-builder",
"version": "2.0.19",
"description": "Simple Closure, Soy and JavaScript Build system",
"preferGlobal": true,
"keywords": [
"soy",
"closure",
"compiler",
"build",
"minifier",
"js",
"css",
"resources",
"compressor",
"javascript",
"stylesheet"
],
"main": "closure-builder.js",
"scripts": {
"clean": "echo Cleaning up. Please wait ... && npm prune && rimraf runtime/*",
"configure": "node configure.js",
"deploy": "npm version patch && git add package.json",
"install": "npm run configure",
"lint": "eslint .",
"postdeploy": "git push --follow-tags",
"predeploy": "npm test",
"pretest": "npm run lint && npm run clean && npm run configure",
"sync": "echo Syncing. Please wait ... && git pull && git submodule init && git submodule update && npm run update",
"test": "mocha",
"test-builds": "mocha test/build_compilers_test.js",
"test-closure-compiler": "mocha test/closure-compiler_test.js",
"test-closure-templates": "mocha test/closure-templates_test.js",
"test-config": "mocha test/build_config_test.js",
"test-file-tools": "mocha test/file_tools_test.js",
"test-java-tools": "mocha test/java_tools_test.js",
"test-path-tools": "mocha test/path_tools_test.js",
"test-remote-tools": "mocha test/remote_tools_test.js",
"test-tools": "mocha test/build_tools_test.js",
"test-types": "mocha test/build_types_test.js",
"update": "npm run clean && ncu -u -a && npm install && npm update && npm test"
},
"author": {
"name": "Markus Bordihn",
"email": "Markus@Bordihn.de",
"url": "https://github.com/MarkusBordihn"
},
"repository": {
"type": "git",
"url": "https://github.com/Google/closure-builder.git"
},
"bugs": {
"url": "https://github.com/Google/closure-builder/issues"
},
"license": "Apache-2.0",
"dependencies": {
"browserify": "13.1.0",
"clean-css": "3.4.20",
"decompress": "^4.0.0",
"follow-redirects": "0.2.0",
"fs-extra": "0.30.0",
"glob": "7.1.1",
"loglevel": "1.4.1",
"marked": "0.3.6",
"mkdirp": "0.5.1",
"rimraf": "^2.5.4",
"path-parse": "1.0.5",
"progress": "1.1.8",
"randomstring": "1.1.5",
"replace": "0.3.0",
"touch": "1.0.0",
"validator": "6.0.0"
},
"devDependencies": {
"assert": "latest",
"eslint": "latest",
"mocha": "latest",
"npm-check-updates": "latest"
}
}