dpaw-monorail-plugin
Version:
JS library to link the brocket network to the QGIS/monorail server
57 lines (56 loc) • 1.67 kB
JSON
{
"name": "dpaw-monorail-plugin",
"version": "0.1.7",
"description": "JS library to link the brocket network to the QGIS/monorail server",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --port 8070",
"test": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "webpack -d",
"remote-push-html": "scp index.html oim1:/var/www/static-pages.8022/static/brocket/trampoline/",
"remote-push-js": "scp ./dist/bundle.js oim1:/var/www/static-pages.8022/static/brocket/plugins/qweb/",
"deploy": "npm run build && npm run remote-push-js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/dpaw/brocket-monorail-plugin.git"
},
"keywords": [
"dpaw",
"brocket",
"monorail"
],
"author": "Gavin Coombes <gavin.coombes@dpaw.wa.gov.au>",
"license": "BSD-3-Clause",
"homepage": "https://bitbucket.org/dpaw/brocket-monorail-plugin#readme",
"dependencies": {
"@cycle/core": "^5.0.1",
"@cycle/dom": "^7.1.1",
"axios": "^0.7.0",
"dpaw-brocket-relay": "^0.2.0",
"dpaw-brocket-utility": "^0.1.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"
]
}
}