@jibestream-dev/jmap-zone-kit
Version:
Kit for the Jibestream SDK to utilize Zones plotted in the CMS
71 lines (70 loc) • 1.96 kB
JSON
{
"name": "@jibestream-dev/jmap-zone-kit",
"private": false,
"version": "1.0.4",
"description": "Kit for the Jibestream SDK to utilize Zones plotted in the CMS",
"main": "index.js",
"scripts": {
"test": "mocha",
"docs": "shell/docs.sh",
"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.2.4",
"babel-cli": "6.18.0",
"babel-core": "6.21.0",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "6.5.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.2",
"jsdoc": "^3.4.3",
"jsdoc-to-markdown": "3.0.0",
"mocha": "3.2.0",
"precommit": "^1.2.2",
"webpack": "2.6.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jibestream/DeviceKit-Web.git"
},
"keywords": [
"jmap",
"indoor",
"mapping",
"maps",
"jibestream",
"zone"
],
"author": "Jibestream Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jibestream/ZoneKit-Web/issues"
},
"homepage": "https://github.com/Jibestream/ZoneKit-Web#readme",
"directories": {
"lib": "lib"
},
"babel": {
"presets": [
"es2015"
]
},
"precommit": [
"npm run prepare",
"git stage README.md"
]
}