{ "name": "g1", "version": "0.2.2", "description": "Gramex 1.x interaction library", "license": "UNLICENSED", "author": "S Anand ", "main": "index.js", "repository": { "type": "git", "url": "git@code.gramener.com:s.anand/g1.git" }, "scripts": { "lint": "eslint index.js src", "build": "rimraf dist && json2module package.json > src/package.js && rollup -c", "pretest": "npm run build && browserify -s tape -r tape -o test/tape.js", "server": "npm run pretest && npm run lint && node test/server.js", "test": "npm run lint && tape test/test-*.js | faucet && node test/server.js run | tap-merge | faucet", "prepublishOnly": "npm test" }, "devDependencies": { "bootstrap": "4.0.0-beta.3", "browserify": "14", "component-emitter": "1", "eslint": "^4", "express": "4", "faucet": "^0.0.1", "html-minifier": "3", "jquery": "3", "json2module": "0.0", "leaflet": "1", "popper.js": "1", "puppeteer": "0.13", "rimraf": "2", "rollup": "0.52", "rollup-plugin-uglify": "2", "rollup-pluginutils": "2", "tap-merge": "0.3", "tape": "4", "topojson": "3", "uglify-js": "3" } }