-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
45 lines (45 loc) · 1.26 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
{
"name": "marker-animate-unobtrusive",
"title": "SlidingMarker",
"version": "0.2.9",
"description": "Unobtrusive Google Maps animated marker",
"main": "SlidingMarker.js",
"scripts": {
"//": "use '|| true' to prevent warning",
"build": "npm install && grunt",
"test": "grunt test",
"jshint": "grunt jshint"
},
"repository": {
"type": "git",
"url": "https://github.com/terikon/marker-animate-unobtrusive.git"
},
"keywords": [
"Google Maps",
"marker",
"marker animation",
"SlidingMarker"
],
"author": {
"name": "Terikon Apps",
"email": "npm@terikon.com",
"url": "http://il.linkedin.com/in/romanviskin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/terikon/marker-animate-unobtrusive/issues"
},
"homepage": "https://github.com/terikon/marker-animate-unobtrusive",
"//": "you can use something like git+https://github.com/viskin/marker-animate.git#OverlappingMarkerSpiderfier",
"dependencies": {
"jasmine-core": "^3.7.1",
"jquery": "*",
"marker-animate": "^0.0.1"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-jasmine": "^3.0.0"
}
}