Minify JavaScript, remove whitespace from templates
Showing
This diff is collapsed.
Click to expand it.
| { | ||
| "repository" : { "type": "git", "url": "http://github.com/npm/npm.git" }, | ||
| "devDependencies": { | ||
| "karma": "~0.11", | ||
| "karma-jasmine": "0.1.3", | ||
| "karma-coverage": "0.1.5", | ||
| "karma-firefox-launcher": "~0.1.3" | ||
| "karma-firefox-launcher": "~0.1.3", | ||
| "uglify-js": "2.3.6" | ||
| }, | ||
| "scripts": { | ||
| "test": "./node_modules/karma/bin/karma start" | ||
| ... | ... |
scripts/install.sh
0 → 100755
scripts/test.sh
0 → 100755
scripts/workbench.sh
0 → 100755
Please
register
or
sign in
to comment