Revision f652372c9a55ac7c6c3d965f0dff47bf0d0c0b3e authored by Mihai Bazon on 19 May 2013, 11:25:05 UTC, committed by Mihai Bazon on 19 May 2013, 11:25:05 UTC
1 parent ad1fc3b
Raw File
package.json
{
    "name": "uglify-js",
    "description": "JavaScript parser, mangler/compressor and beautifier toolkit",
    "homepage": "http://lisperator.net/uglifyjs",
    "main": "tools/node.js",
    "version": "2.3.5",
    "engines": { "node" : ">=0.4.0" },
    "maintainers": [{
        "name": "Mihai Bazon",
        "email": "mihai.bazon@gmail.com",
        "web": "http://lisperator.net/"
    }],
    "repository": {
        "type": "git",
        "url": "https://github.com/mishoo/UglifyJS2.git"
    },
    "dependencies": {
        "async"      : "~0.2.6",
        "source-map" : "~0.1.7",
        "optimist"   : "~0.3.5"
    },
    "bin": {
        "uglifyjs" : "bin/uglifyjs"
    },
    "scripts": {"test": "node test/run-tests.js"}
}
back to top