forked from laurencedorman/google-maps-api-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 873 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
{
"name": "google-maps-api-loader",
"version": "1.1.1",
"description": "Conditionally load the Google Maps API in an ES6 promise",
"main": "index.js",
"scripts": {
"lint": "./node_modules/.bin/jscs index.js src/ lib/",
"test": "npm run lint && mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/pnutmath/google-maps-api-loader.git"
},
"keywords": [
"google-maps",
"google-maps-api",
"es6",
"promise"
],
"author": "laurencedorman",
"license": "MIT",
"bugs": {
"url": "https://github.com/pnutmath/google-maps-api-loader/issues"
},
"homepage": "https://github.com/pnutmath/google-maps-api-loader#readme",
"dependencies": {
"es6-promise": "^4.2.8"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"jscs": "^3.0.7",
"mocha": "^5.0.1"
}
}