UNPKG

jfrog-aql

Version:

Artifactory Query Language library

38 lines (37 loc) 707 B
{ "name": "jfrog-aql", "version": "1.0.4", "description": "Artifactory Query Language library", "main": "aql.js", "directories": { "test": "test" }, "scripts": { "test": "mocha", "test-watch": "mocha --watch" }, "repository": { "type": "git", "url": "git+https://github.com/jnszkr/aql.git" }, "keywords": [ "aql", "jfrog", "artifactory", "query", "language", "api" ], "author": "jnszkr", "license": "MIT", "bugs": { "url": "https://github.com/jnszkr/aql/issues" }, "homepage": "https://github.com/jnszkr/aql#readme", "devDependencies": { "mocha": "^5.2.0" }, "dependencies": { "request-promise": "^2.0.1" } }