forked from digitaledgeit/npm-recursive-uglifyjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,16 @@ | ||
{ | ||
"name": "recursive-uglifyjs", | ||
"version": "0.1.3", | ||
"name": "recursive-uglifyjs-sourcemap", | ||
"version": "0.1", | ||
"keywords": [ | ||
"uglifyjs", | ||
"recursive", | ||
"minify" | ||
], | ||
"description": "Recursively traverses a directory and uglifies all JavaScript files contained in the directory and its children.", | ||
"description": "Recursively traverses a directory and uglifies all JavaScript files contained in the directory and its children and builds source maps.", | ||
"author": "James Newell <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/digitaledgeit/npm-recursive-uglifyjs/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/digitaledgeit/npm-recursive-uglifyjs.git" | ||
"url": "https://github.com/bmarkov/npm-recursive-uglifyjs.git" | ||
}, | ||
"dependencies": { | ||
"debug": "^2.1.0", | ||
|