{ "name": "webmapsjs", "version": "1.0.0", "description": "Openlayers helpers", "main": "lib/index.js", "files": [ "dist", "src-ts", "doc", "ext", "css" ], "scripts": { "test": "node node_modules\\karma\\bin\\karma start karma.conf.js", "lint": "eslint src/**/*.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": { "chai": "^3.5.0", "expect": "^1.20.1", "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" }, "dependencies": { "jquery": "2.2.3", "jquery-layout": "1.0.0", "jquery-ui": "1.10.5", "custom-ol": "glennvorhes/custom-ol", "es6-mixins": "^1.0.2", "floatthead": "^1.4.0", "webpack": "^2.1.0-beta.25" } }