UNPKG

seneca-promisified-core

Version:
36 lines (35 loc) 902 B
{ "name": "seneca-promisified-core", "version": "0.6.12", "description": "Complete unobstrusive wrapper for seneca.js", "main": "index.js", "scripts": { "test": "mocha test.js --require bluebird-register.js", "build": "babel index.es6 -o index.js; babel test.es6 -o test.js" }, "author": "Jonathan Boudreau <jonathan.boudreau.92@gmail.com>", "license": "MIT", "devDependencies": { "ramda": "^0.20.1", "seneca": "^2.0.0", "seneca-entity": "0.0.1" }, "dependencies": { "any-promise": "^1.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/AGhost-7/seneca-promisified.git" }, "keywords": [ "Promises", "A+", "Arrow Functions", "ES6", "seneca" ], "bugs": { "url": "https://github.com/AGhost-7/seneca-promisified/issues" }, "homepage": "https://github.com/AGhost-7/seneca-promisified#readme" }