composedql
Version:
Composed query language parser
46 lines (45 loc) • 1.37 kB
JSON
{
"name": "composedql",
"version": "0.7.4",
"description": "Composed query language parser",
"main": "index.js",
"scripts": {
"lint": "jshint --reporter node_modules/jshint-stylish lib/* test/*",
"lint:build": "jshint --reporter checkstyle lib/* test/* > reports/jshint-checkstyle.xml",
"depcheck": "dependency-check . lib/*",
"depcheck:unused": "dependency-check ./package.json --unused --no-dev lib/*",
"test:unit": "mkdir -p reports/ && NODE_ENV=test multi='spec=- xunit=reports/mocha-xunit.xml' istanbul cover _mocha -- -R mocha-multi --timeout 10000 && istanbul check-coverage",
"test:coveralls": "cat reports/coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"test": "npm run lint && npm run test:unit"
},
"repository": {
"type": "git",
"url": "https://github.com/devfacet/composedql.git"
},
"keywords": [
"composed",
"query",
"language",
"json",
"object",
"rest",
"resource",
"uri",
"url"
],
"author": "devfacet",
"license": "MIT",
"homepage": "http://github.com/devfacet/composedql",
"devDependencies": {
"chai": "3.5.x",
"jshint": "2.9.x",
"jshint-stylish": "2.2.x",
"mocha": "3.2.x",
"mocha-multi": "0.10.x",
"dependency-check": "2.8.x",
"istanbul": "0.4.x"
},
"dependencies": {
"coveralls": "^2.11.16"
}
}