Newer
Older
{
"name": "webmapsjs",
"version": "1.0.0",
"description": "Openlayers helpers",
"test": "node node_modules\\karma\\bin\\karma start karma.conf.js",
"esdoc": "RD /S /Q doc & MD doc & esdoc -c .esdoc.json",
"update-ol": "npm update custom-ol",
"serve": "cd test-html & C:\\Python33\\python.exe -m http.server 5001",
"pack": "webpack -w",
"pack-small": "webpack -w --optimize-minimize",
"tsc": "tsc -w"
},
"author": "TOPS Lab",
"license": "ISC",
"devDependencies": {
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10"
},
"repository": {
"type": "git",
"url": "https://github.com/glennvorhes/webmapsjs.git"
"jquery": "2.2.3",
"jquery-layout": "1.0.0",
"jquery-ui": "1.10.5",
"custom-ol": "glennvorhes/custom-ol",