-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
27 lines (27 loc) · 998 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
{
"name": "baidumap",
"version": "1.0.10",
"description": "百度地图 for AngularJS",
"main": "angular-baidu-map.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "browserify index.js -o dist/angular-baidu-map.js",
"annotate": "ng-annotate -a dist/angular-baidu-map.js > dist/angular-baidu-map.annotated.js",
"minify": "uglifyjs dist/angular-baidu-map.annotated.js -c -m > dist/angular-baidu-map.min.js",
"build": "npm run pack && npm run annotate && npm run minify",
"bump": "npm --no-git-tag-version version patch && git add package.json && git commit -m 'bump version' && bower version patch"
},
"repository": {
"type": "git",
"url": "https://github.com/gengen1988/ng-baidu-map.git"
},
"author": "GG",
"license": "MIT",
"bugs": {
"url": "https://github.com/gengen1988/ng-baidu-map/issues"
},
"homepage": "https://github.com/gengen1988/ng-baidu-map",
"dependencies": {
"angular": "^1.4.1"
}
}