-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 963 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
41
{
"name": "amd-googlemaps-loader",
"version": "1.8.6",
"description": "Helpers to dinamically load Google Maps API using RequireJS or JSPM",
"main": "systemjs-gmaps.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HuasoFoundries/googlemaps-loader.git"
},
"keywords": [
"google",
"maps",
"systemjs",
"jspm",
"amd",
"requirejs",
"loader"
],
"author": "amenadiel@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/HuasoFoundries/googlemaps-loader/issues"
},
"homepage": "https://github.com/HuasoFoundries/googlemaps-loader#readme",
"devDependencies": {
"babel-eslint": "^6.1.0",
"eslint": "^3.0.1"
},
"dependencies": {
"jspm": "^0.17.0-beta.31"
},
"jspm": {
"registry": "jspm",
"dependencies": {},
"devDependencies": {},
"peerDependencies": {}
}
}