forked from leftstick/BaiduMapForAngularJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "angular-baidu-map",
"version": "2.1.0",
"description": "A baidu-map directive for AngularJS",
"main": "dist/angular-baidu-map.js",
"repository": {
"type": "git",
"url": "git://github.com/leftstick/BaiduMapForAngularJS.git"
},
"scripts": {
"build": "webpack",
"dist": "rm -rf dist; webpack --config webpack.config.prod.js",
"prepublish": "npm run dist",
"start": "npm run build; cp dist/angular-baidu-map.js demo/libs/; lite-server -c liteServerConfig.js"
},
"files": [
"dist/angular-baidu-map.js",
"dist/angular-baidu-map.min.js",
"src/style/offline.js",
"src/baiduScriptLoader.js",
"src/defaults.js",
"src/directiveDef.js",
"src/index.js",
"src/map.js",
"src/validator.js"
],
"keywords": [
"baidu-map",
"angularjs"
],
"author": "Howard.Zuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/leftstick/BaiduMapForAngularJS/issues"
},
"homepage": "https://github.com/leftstick/BaiduMapForAngularJS",
"devDependencies": {
"angular": "^1.5.7",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"lite-server": "^2.2.0",
"unminified-webpack-plugin": "^1.0.1",
"webpack": "^1.13.1"
}
}