forked from hpneo/gmaps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 790 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
{
"name": "gmaps",
"version": "0.4.25",
"description": "the easiest way to use Google Maps",
"main": "gmaps.js",
"scripts": {
"test": "./node_modules/.bin/grunt test --verbose"
},
"repository": {
"type": "git",
"url": "https://github.com/HPNeo/gmaps"
},
"author": "Gustavo Leon",
"homepage": "http://hpneo.github.com/gmaps/",
"license": "MIT",
"bugs": {
"url": "https://github.com/HPNeo/gmaps/issues"
},
"devDependencies": {
"docdash": "^0.1.0",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jasmine": "1.0.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "~0.4.4",
"grunt-umd": "~1.3.0",
"minami": "^1.1.1"
}
}