UNPKG

nodebook-nbql

Version:

Filter query language for nodebook

40 lines (39 loc) 1.06 kB
{ "name": "nodebook-nbql", "version": "1.0.4", "description": "Filter query language for nodebook", "main": "index.js", "scripts": { "lint": "jshint lib/*.js test/*.js && jscs lib/*.js test/*.js", "test": "npm run build && npm run lint && mocha", "build": "jison src/nbql.y src/nbql.l -o dist/parser.js", "coverage": "istanbul cover -x src --dir=test/coverage --report=lcov ./node_modules/mocha/bin/_mocha -- test/*_spec.js", "release": "npm-release patch" }, "author": "Samantha Rachel Belnavis", "homepage": "https://github.com/samantharachelb/nbql#readme", "keywords": [ "nodebook", "api", "query" ], "repository": { "type": "git", "url": "git://github.com/samantharachelb/nbql.git" }, "license": "MIT", "dependencies": { "lodash": "^4.17.4" }, "devDependencies": { "istanbul": "0.4.0", "jison": "0.4.16", "jscs": "2.8.0", "jshint": "2.8.0", "knex": "0.8.6", "mocha": "2.2.5", "npm-release": "1.0.0", "should": "7.0.1", "sinon": "1.15.4" } }