jsql-node-plugin
Version:
JSQL plugin for Node
34 lines (33 loc) • 812 B
JSON
{
"name": "jsql-node-plugin",
"version": "2.7.0",
"description": "JSQL plugin for Node",
"main": "index.js",
"typings": "jsql-node.d.ts",
"scripts": {},
"keywords": [
"jsql-node",
"jsql",
"jsql-it",
"jsql-optimization"
],
"author": "JSQL",
"licenses": [
{
"type": "LicenseRef-LICENSE",
"url": "https://jsql.it/public-packages-license"
}
],
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#harmony"
}
}