UNPKG

glance-selector

Version:
60 lines (59 loc) 1.93 kB
{ "name": "glance-selector", "version": "0.8.6", "description": "Glance selector library", "main": "lib/selector.js", "scripts": { "build": "rm -rf lib && node_modules/.bin/pegjs -o src/parser.js src/glance.pegjs && babel src -d lib", "test": "echo 'Please test using wallaby'", "prepublish": "npm run build", "docs:prepare": "gitbook install", "docs:build": "npm run docs:prepare && gitbook build", "docs:watch": "npm run docs:prepare && gitbook serve", "docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch https://github.com/quasimatic/glance-selector-js.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push https://github.com/quasimatic/glance-selector-js.git gh-pages --force" }, "repository": { "type": "git", "url": "git+https://github.com/quasimatic/glance-selector.git" }, "keywords": [ "glance", "automation", "test" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/quasimatic/glance-selector/issues" }, "homepage": "https://github.com/quasimatic/glance-selector#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.18.0", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.8", "babel-polyfill": "^6.16.0", "babel-preset-es2015": "^6.18.0", "babel-preset-react": "^6.16.0", "babel-preset-stage-0": "^6.16.0", "babelify": "^7.3.0", "chai": "^3.5.0", "eslint": "^3.11.1", "gitbook-cli": "^2.3.0", "mocha": "^3.2.0", "pegjs": "^0.10.0", "phantomjs-polyfill": "0.0.2", "phantomjs2-ext": "^0.2.2", "react": "^15.4.1", "react-dom": "^15.4.1", "wallaby-webpack": "0.0.26", "webpack": "^1.13.3" }, "dependencies": {}, "babel": { "presets": [ "es2015", "stage-0" ] } }