UNPKG

dpaw-qweb-app

Version:

Simple viewer app to interface with QGIS/monorail

59 lines (58 loc) 1.85 kB
{ "name": "dpaw-qweb-app", "version": "0.1.1", "description": "Simple viewer app to interface with QGIS/monorail", "main": "index.js", "directories": { "test": "test" }, "scripts": { "start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --port 8075", "test": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js", "build": "webpack -d", "remote-push-html": "rsync -aq index.html oim1:/var/www/static-pages.8022/static/brocket/apps/qweb/ ", "remote-push-js": "rsync -aq ./dist/ oim1:/var/www/static-pages.8022/static/brocket/apps/qweb/dist/ ", "remote-push-styles": "rsync -aq ./styles/ oim1:/var/www/static-pages.8022/static/brocket/apps/qweb/styles/ ", "remote-push": "npm run remote-push-html && npm run remote-push-js && npm run remote-push-styles", "deploy": "npm run build && npm run remote-push" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/dpaw/brocket-qweb-app.git" }, "keywords": [ "dpaw", "qweb", "qgis" ], "author": "Gavin Coombes <gavin.coombes@dpaw.wa.gov.au>", "license": "BSD-3-Clause", "homepage": "https://bitbucket.org/dpaw/brocket-qweb-app#readme", "dependencies": { "@cycle/core": "^5.0.0", "@cycle/dom": "^7.0.0", "dpaw-brocket-relay": "^0.1.23", "dpaw-brocket-utility": "^0.1.7", "leaflet": "^0.7.7", "rx": "^4.0.6" }, "devDependencies": { "babel": "^5.8.23", "babel-core": "^5.8.25", "babel-loader": "^5.3.2", "babel-runtime": "^5.8.25", "babelify": "^6.3.0", "chai": "^3.3.0", "mocha": "^2.3.3", "mocha-babel": "^3.0.0", "mocha-loader": "^0.7.1", "tape": "^4.2.1", "webpack": "^1.12.2", "webpack-dev-server": "^1.12.0" }, "browserify": { "transform": [ "babelify" ] } }