-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (40 loc) · 957 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.geometry",
"version": "0.5.0",
"description": "gmaps.js module to draw lines and polygons",
"main": "gmaps.geometry.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"gmaps",
"google",
"maps",
"browser"
],
"author": "Gustavo Leon <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hpneo/gmaps.geometry",
"repository": {
"type": "git",
"url": "https://github.com/hpneo/gmaps.geometry.git"
},
"bugs": {
"url": "https://github.com/hpneo/gmaps.geometry/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"
}
}