aquameta-query
Version:
Query abstraction for communication between Aquameta client & server
59 lines (58 loc) • 1.67 kB
JSON
{
"name": "aquameta-query",
"version": "0.0.12",
"description": "Query abstraction for communication between Aquameta client & server",
"main": "dist/query.js",
"module": "dist/query.es.js",
"jsnext:main": "dist/query.es.js",
"scripts": {
"build": "rollup -c",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"preversion": "npm run test",
"version": "npm build",
"postversion": "git push && git push --tags",
"test": "npm run build && nyc mocha",
"watch": "rollup -c -w"
},
"keywords": [
"datum",
"aquameta",
"postgres"
],
"repository": {
"type": "git",
"url": "git+https://github.com/micburks/aquameta-query.git"
},
"homepage": "https://github.com/micburks/aquameta-query",
"author": "Mickey Burks",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-helpers": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-latest": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"coveralls": "^2.13.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.4.2",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^11.0.3",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-eslint": "^3.0.0"
},
"dependencies": {
"es6-promise": "^4.1.0",
"isomorphic-fetch": "^2.2.1"
},
"files": [
"dist"
]
}