-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
32 lines (32 loc) · 885 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
{
"name": "cmaps",
"version": "3.0.0",
"description": "Control options and customization of the Google Maps colors",
"main": "dist/cMaps.min.js",
"scripts": {
"watch": "babel src/cMaps.js --watch --out-file dist/cMaps.min.js",
"build": "babel src/cMaps.js --out-file dist/cMaps.min.js --source-maps",
"lint": "node_modules/jshint/bin/jshint ./src/*.js"
},
"keywords": [
"Maps",
"Google maps"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jeffersondanielss/cMaps.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffersondanielss/cMaps/issues"
},
"homepage": "http://jeffersondanielss.github.io/cMaps/",
"dependencies": {},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0",
"jshint": "^2.9.2"
}
}