Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
提交 | 用户 | 时间
58d006 1 {
A 2   "name": "gmaps",
3   "version": "0.4.8",
4   "description": "the easiest way to use Google Maps",
5   "main": "gmaps.js",
6   "scripts": {
7     "test": "grunt test --verbose"
8   },
9   "repository": {
10     "type": "git",
11     "url": "https://github.com/HPNeo/gmaps"
12   },
13   "author": "Gustavo Leon",
14   "homepage": "http://hpneo.github.com/gmaps/",
15   "license": "MIT",
16   "bugs": {
17     "url": "https://github.com/HPNeo/gmaps/issues"
18   },
19   "devDependencies": {
20     "grunt": "~0.4.1",
21     "grunt-contrib-concat": "~0.3.0",
22     "grunt-contrib-jasmine": "~0.5.1",
23     "grunt-contrib-watch": "~0.4.4",
24     "grunt-contrib-jshint": "~0.6.0"
25   }
26 }