package.json
1.35 KB
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
{
"name": "uglify-save-license",
"version": "0.4.1",
"description": "License detector for UglifyJS",
"main": "./uglify-save-license.js",
"scripts": {
"test": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/shinnn/uglify-save-license.git"
},
"author": {
"name": "Shinnosuke Watanabe",
"url": "https://github.com/shinnn"
},
"readmeFilename": "README.md",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/shinnn/uglify-save-license/blob/master/LICENSE"
}
],
"keywords": [
"uglify",
"compression",
"minification",
"comment",
"license",
"copyright",
"detection",
"preservation",
"banner"
],
"bugs": {
"url": "https://github.com/shinnn/uglify-save-license/issues"
},
"homepage": "https://github.com/shinnn/uglify-save-license",
"devDependencies": {
"grunt": "^0.4.4",
"load-grunt-tasks": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-nodeunit": "^0.3.3",
"grunt-release": "^0.7.0",
"grunt-replace": "^0.7.7",
"semver": "^2.2.1"
},
"_from": "uglify-save-license@0.4.1",
"_resolved": "http://registry.npm.taobao.org/uglify-save-license/download/uglify-save-license-0.4.1.tgz"
}