mirror of https://gitee.com/bigwinds/arangodb
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"name": "aqb",
|
|
"version": "2.0.1",
|
|
"description": "ArangoDB AQL query builder.",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"arangodb",
|
|
"aql",
|
|
"nosql",
|
|
"query"
|
|
],
|
|
"files": [
|
|
"*.js",
|
|
"package.json",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"scripts": {
|
|
"test": "npm run lint && npm run test-only",
|
|
"test-only": "mocha -t 30000 --growl -R spec test test/**",
|
|
"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",
|
|
"bundle": "browserify -t dekeywordify -u console -s aqb ./index.js > dist/aqb.js",
|
|
"minify": "uglifyjs dist/aqb.js > dist/aqb.min.js",
|
|
"lint": "eslint index.js *.js test",
|
|
"prepublish": "npm run lint"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/arangodb/aqbjs.git"
|
|
},
|
|
"author": {
|
|
"name": "Alan Plum",
|
|
"email": "me@pluma.io"
|
|
},
|
|
"license": "APACHE-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/arangodb/aqbjs/issues"
|
|
},
|
|
"homepage": "https://github.com/arangodb/aqbjs",
|
|
"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"
|
|
},
|
|
"dependencies": {},
|
|
"gitHead": "fe1954edaa72775a9d92b25961c9c086df460362",
|
|
"_id": "aqb@2.0.1",
|
|
"_shasum": "64d8b69f0c8ced9aa9ce5cd972667adb598c585b",
|
|
"_from": "aqb@2.0.1",
|
|
"_npmVersion": "2.8.3",
|
|
"_nodeVersion": "0.10.37",
|
|
"_npmUser": {
|
|
"name": "pluma",
|
|
"email": "me@pluma.io"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "pluma",
|
|
"email": "me@pluma.io"
|
|
},
|
|
{
|
|
"name": "jsteemann",
|
|
"email": "jsteemann@mail.ru"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "64d8b69f0c8ced9aa9ce5cd972667adb598c585b",
|
|
"tarball": "http://registry.npmjs.org/aqb/-/aqb-2.0.1.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/aqb/-/aqb-2.0.1.tgz"
|
|
}
|