UNPKG

apeman-service-api

Version:
54 lines 1.39 kB
{ "name": "apeman-service-api", "version": "3.0.0", "description": "Apeman service for API access.", "main": "shim/node", "scripts": { "prepublish": "node ./ci/build.js && node ./ci/shim.js && node ./ci/doc.js", "test": "node ./ci/test.js" }, "repository": "apeman-service-labo/apeman-service-api", "keywords": [ "apeman", "service" ], "author": { "name": "Taka Okunishi", "email": "okunishinishi@gmail.com", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/apeman-service-labo/apeman-service-api/issues" }, "homepage": "https://github.com/apeman-service-labo/apeman-service-api#readme", "dependencies": { "abind": "^1.0.3", "apeman-api-client": "^1.1.2", "apeman-service-base": "^2.0.1", "bwindow": "^1.0.7", "co": "^4.6.0", "debug": "^2.6.1" }, "devDependencies": { "ababel": "^2.0.1", "ababel-es2015": "^2.0.1", "amocha": "^2.0.0", "ape-doc": "^2.0.3", "ape-formatting": "^1.0.0", "ape-releasing": "^4.0.1", "ape-reporting": "^3.0.1", "ape-tasking": "^4.0.3", "ape-tmpl": "^5.0.20", "ape-updating": "^4.1.0", "apeman-asset-templates": "^3.0.0", "apemanstore": "^4.2.1", "coz": "^6.0.3", "injectmock": "^2.0.0", "redux": "^3.6.0" }, "engines": { "node": ">=6", "npm": ">=3" } }