-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.01 KB
/
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": "oneMapToRuleThemAll",
"version": "1.5.2",
"description": "Unique interface above multiple map providers",
"dependencies": {},
"devDependencies": {
"babel-core": "^5.4.7",
"babel-loader": "^5.1.3",
"css-loader": "^0.14.4",
"jshint": "^2.8.0",
"jshint-loader": "^0.8.3",
"node-libs-browser": "^0.5.2",
"object-assign": "^3.0.0",
"style-loader": "^0.12.3",
"webpack": "^1.9.10"
},
"scripts": {
"build": "rm -rf dist && webpack -p && find dist/ -maxdepth 1 -mindepth 1 -type f -name '*.js' | sed 's/.js$//' | xargs -I{} mv {}.js {}.min.js && webpack",
"deploy": "bash scripts/deploy.sh",
"gh-pages": "git subtree push --prefix dist origin gh-pages"
},
"repository": {
"type": "git",
"url": "https://github.com/dpellier/oneMapToRuleThemAll.git"
},
"author": "Damien Pellier",
"license": "ISC",
"bugs": {
"url": "https://github.com/dpellier/oneMapToRuleThemAll/issues"
},
"homepage": "https://github.com/dpellier/oneMapToRuleThemAll"
}