UNPKG

pimatic-plugin-commons

Version:
62 lines (61 loc) 1.41 kB
{ "name": "pimatic-plugin-commons", "description": "Common helper functions for pimatic plugins", "author": { "name": "Marcus Wittig", "url": "https://github.com/mwittig" }, "main": "lib", "files": [ "src", "lib", "gulpfile.coffee", "gulpfile.js", "LICENSE", "HISTORY.md", "API.md", "README.md" ], "keywords": [ "Pimatic" ], "scripts": { "test": "./node_modules/.bin/gulp" }, "version": "0.9.10", "homepage": "https://github.com/mwittig/pimatic-plugin-commons/tree/master", "private": false, "repository": { "type": "git", "url": "git://github.com/mwittig/pimatic-plugin-commons.git" }, "bugs": { "url": "https://github.com/mwittig/pimatic-plugin-commons/issues" }, "license": "AGPL-3.0", "maintainers": [ { "name": "mwittig", "url": "https://github.com/mwittig" } ], "dependencies": {}, "devDependencies": { "bluebird": "^3.5.1", "coffeescript": "^1.12.7", "gulp": "^3.9.1", "gulp-coffee": "^2.3.5", "gulp-coffeelint": "^0.6.0", "gulp-coveralls": "^0.1.4", "gulp-istanbul": "^1.1.3", "gulp-jasmine": "^3.0.0", "gulp-markdox": "0.1.2", "gulp-plumber": "^1.2.0", "gulp-watch": "^5.0.0" }, "optionalDependencies": {}, "engines": { "node": ">0.8.x", "npm": ">1.1.x" } }