-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 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
{
"name": "logicify-gmap",
"version": "0.1.14",
"description": "Create google maps based on angular framework.",
"repository": {
"type": "git",
"url": "https://github.com/Logicify/angular-gmap"
},
"main": "dist/logicify-gmap.js",
"homepage": "http://logicify.com/",
"author": "Logicify (http://logicify.com/)",
"license": "MIT",
"dependencies": {
"geoxml3": "https://github.com/artemijan/geoxml3.git#0.1.2",
"angular": "^1.2"
},
"keywords": [
"angular",
"angularjs",
"gmap",
"google",
"map",
"logicify",
"wrapper",
"javascript",
"kml",
"kmz",
"overlays"
],
"devDependencies": {
"bower": "~1.3.12",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-umd": "^2.3.4",
"lodash": "~3.8.0"
},
"scripts": {
"postinstall": "grunt build"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Logicify/angular-gmap/blob/master/LICENSE"
}
]
}