aboutsummaryrefslogtreecommitdiff
path: root/node_modules/uglify-to-browserify/package.json
blob: 24eed9b4833f366fd2fee0a0f5af08c46ef42e00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "uglify-to-browserify",
  "version": "1.0.2",
  "description": "A transform to make UglifyJS work in browserify.",
  "keywords": [],
  "dependencies": {},
  "devDependencies": {
    "uglify-js": "~2.4.0",
    "source-map": "~0.1.27"
  },
  "scripts": {
    "test": "node test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ForbesLindesay/uglify-to-browserify.git"
  },
  "author": "ForbesLindesay",
  "license": "MIT"
}