1
0
Fork 0
arangodb/js/node/node_modules/aqb/package.json

82 lines
2.1 KiB
JSON

{
"_args": [
[
"aqb@2.1.0",
"/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node"
]
],
"_from": "aqb@2.1.0",
"_id": "aqb@2.1.0",
"_inBundle": false,
"_integrity": "sha1-zD3hZW+8fkPowGreTUAmKwafr70=",
"_location": "/aqb",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "aqb@2.1.0",
"name": "aqb",
"escapedName": "aqb",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/aqb/-/aqb-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/mnt/c/Users/me/Documents/Projects/arangodb/arangodb/js/node",
"author": {
"name": "Alan Plum",
"email": "me@pluma.io"
},
"bugs": {
"url": "https://github.com/arangodb/aqbjs/issues"
},
"dependencies": {},
"description": "ArangoDB AQL query builder.",
"devDependencies": {
"browserify": "^7.0.2",
"coveralls": "^2.11.2",
"dekeywordify": "^0.2.1",
"eslint": "^1.3.1",
"expect.js": "^0.3.1",
"istanbul": "^0.3.5",
"mocha": "^2.1.0",
"uglify-js": "^2.4.15"
},
"files": [
"*.js",
"package.json",
"README.md",
"LICENSE"
],
"homepage": "https://github.com/arangodb/aqbjs",
"keywords": [
"arangodb",
"aql",
"nosql",
"query"
],
"license": "APACHE-2.0",
"main": "index.js",
"name": "aqb",
"repository": {
"type": "git",
"url": "git://github.com/arangodb/aqbjs.git"
},
"scripts": {
"bundle": "browserify -t dekeywordify -u console -s aqb ./index.js > dist/aqb.js",
"cover": "npm run lint && istanbul cover --report lcov _mocha -- -t 30000 -R spec",
"coveralls": "npm run cover && cat ./coverage/lcov.info | coveralls ; rm -rf ./coverage",
"dist": "npm run bundle && npm run minify",
"lint": "eslint index.js *.js test",
"minify": "uglifyjs dist/aqb.js > dist/aqb.min.js",
"prepublish": "npm run lint",
"test": "npm run lint && npm run test-only",
"test-only": "mocha -t 30000 --growl -R spec test test/**"
},
"version": "2.1.0"
}