@jibestream-dev/jmap-navigation-kit
Version:
Kit for the Jibestream SDK to create Navigation Instructions based on a wayfinding path
83 lines (82 loc) • 2.74 kB
JSON
{
"name": "@jibestream-dev/jmap-navigation-kit",
"version": "1.2.0",
"description": "Kit for the Jibestream SDK to create Navigation Instructions based on a wayfinding path",
"main": "index.js",
"scripts": {
"docs": "shell/docs.sh",
"test": "echo \"No tests configured\"; exit 0",
"lib": "babel src --out-dir lib -s",
"ui-test": "npm run pre-ui && npm run ui && npm run post-ui",
"pre-ui": "npm run lib && cd test/ui-test/app/test && npm i && CI=true npm run build && forever start server.js && cd -",
"ui": "cd test/ui-test && nosetests run.py",
"post-ui": "forever stopall",
"update-ui-tests": "npm run pre-ui && cd test/ui-test && nosetests run.py --with-save-baseline && npm run post-ui",
"cleanup": "rm -rf package-lock.json node_modules",
"setup": "npm run cleanup; git submodule update --init --recursive; npm i --no-shrinkwrap; shell/setup.sh",
"watch": "shell/build.sh watch",
"build:dev": "shell/build.sh dev",
"build:prod": "shell/build.sh prod; npm run test; npm run docs",
"prepare": "npm run build:prod",
"version": "shell/version.sh",
"publish:patch": "npm version patch && npm publish",
"publish:minor": "npm version minor && npm publish",
"publish:major": "npm version major && npm publish",
"postversion": "git push && git push --tags"
},
"devDependencies": {
"@jibestream-dev/jcore.js": "2.3.0",
"@jibestream-dev/jungle.js": "1.6.8",
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-loader": "^7.0.0",
"babel-plugin-static-fs": "1.1.0",
"babel-plugin-transform-es2015-modules-umd": "6.22.0",
"babel-plugin-version-inline": "1.0.0",
"babel-preset-es2015": "6.5.0",
"compression-webpack-plugin": "^0.4.0",
"chai": "3.5.0",
"eslint": "3.19.0",
"eslint-config-airbnb": "14.1.0",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.3",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "3.0.0",
"mocha": "3.2.0",
"precommit": "^1.2.2",
"webpack": "2.6.1",
"babelify": "7.3.0",
"browserify": "14.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jibestream/NavigationKit-Web.git"
},
"keywords": [
"jmap",
"indoor",
"mapping",
"maps",
"jibestream",
"navigation"
],
"author": "Jibestream Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jibestream/NavigationKit-Web/issues"
},
"homepage": "https://github.com/Jibestream/NavigationKit-Web#readme",
"directories": {
"lib": "lib"
},
"babel": {
"presets": [
"es2015"
]
},
"precommit": [
"npm run prepare",
"git stage README.md"
]
}