forked from danielgindi/node-optimize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 741 Bytes
/
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
{
"name": "node-optimize-es",
"version": "1.2.4",
"description": "Optimize a node project to a single JS file for distribution release.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/daotrungkien/node-optimize-es"
},
"keywords": [
"node.js",
"optimize",
"compact",
"distribute",
"production",
"uglify",
"terser"
],
"author": "Dao Trung Kien <daotrung.kien@gmail.com> (https://github.com/daotrungkien)",
"license": "MIT",
"bugs": {
"url": "https://github.com/daotrungkien/node-optimize-es/issues"
},
"homepage": "https://github.com/daotrungkien/node-optimize-es"
}