-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
67 lines (67 loc) · 1.59 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "uffoptimizer",
"repository": {
"type": "git",
"url": "https://github.com/hcvazquez/UFFOptimizer"
},
"description": "Identify and remove unused foreign functions",
"main": "index.js",
"version": "1.0.15",
"engines": {
"node": ">=6.1.0"
},
"author": "Hernan Vazquez <[email protected]> (https://github.com/hcvazquez)",
"contributors": [
"Santiago Vidal (https://github.com/santiago-a-vidal)",
"Leonardo Canalejo (https://github.com/leocanalejo)"
],
"dependencies": {
"acorn": "^3.3.0",
"ast-types": "^0.9.14",
"babelify": "^6.0.1",
"browserify": "^13.0.0",
"escodegen": "^1.9.0",
"esprima": "^2.7.1",
"estraverse": "^4.1.1",
"path-browserify": "~0.0.0",
"through2": "^2.0.0",
"uglify-js": "^3.2.2"
},
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.26.0",
"chai": "^3.4.1",
"espree": "^3.5.2",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-bump": "^1.0.0",
"gulp-eslint": "^1.1.1",
"gulp-espower": "^1.0.2",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.6.1",
"gulp-mocha": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tag-version": "^1.3.0",
"gulp-util": "*",
"jsdoc": "^3.5.5",
"lazypipe": "^1.0.1",
"vinyl-source-stream": "^1.1.0"
},
"bin": {
"uff": "./bin/uff.js"
},
"keywords": [
"optimization",
"optimizer",
"code",
"performance",
"slimming",
"prune",
"remove",
"unused",
"function"
],
"license": "Apache-2.0"
}