-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 946 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "gmaps.markers",
"version": "0.5.0",
"description": "gmaps.js module to work with markers",
"main": "gmaps.markers.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"gmaps",
"google",
"maps",
"browser"
],
"author": "Gustavo Leon <gustavo.leon@outlook.com>",
"license": "MIT",
"homepage": "https://github.com/hpneo/gmaps.markers",
"repository": {
"type": "git",
"url": "https://github.com/hpneo/gmaps.markers.git"
},
"bugs": {
"url": "https://github.com/hpneo/gmaps.markers/issues"
},
"dependencies": {
"lodash-compat": "^3.8.0"
},
"devDependencies": {
"browserify": "^10.1.0",
"gulp": "^3.8.11",
"gulp-jasmine-phantom": "^1.1.3",
"gulp-jscs": "^1.6.0",
"gulp-jshint": "^1.10.0",
"gulp-mocha-phantomjs": "^0.6.1",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.2.0",
"mocha": "^2.2.4",
"vinyl-source-stream": "^1.1.0"
}
}