UNPKG

grunt-jsql

Version:

JSQL CLI plugin for Grunt tasks runner. Visit www.jsql.it

44 lines (43 loc) 881 B
{ "name": "grunt-jsql", "description": "JSQL CLI plugin for Grunt tasks runner. Visit www.jsql.it", "version": "0.7.0", "homepage": "https://jsql.it", "author": { "name": "JSQL Sp.z.o.o. (Ltd, LLC)", "email": "office@jsql.it" }, "main": "tasks/jsql.js", "scripts": { "test": "grunt test" }, "bugs": { "url": "https://jsql.it/product-support" }, "keywords": [ "jsql-grunt", "jsql grunt", "jsql", "jsql-it", "jsql-optimization" ], "licenses": [ { "type": "LicenseRef-LICENSE", "url": "https://jsql.it/public-packages-license" } ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "jsql-cli": "latest", "grunt-exec": "^3.0.0" }, "peerDependencies": { "grunt": "^1.0.3" }, "devDependencies": { "grunt": "^1.0.3" } }