UNPKG

juejin-leanengine

Version:
57 lines (56 loc) 1.5 kB
{ "name": "juejin-leanengine", "version": "1.2.3", "description": "LeanCloud LeanEngine Node.js SDK.", "repository": { "type": "git", "url": "https://github.com/WEBuster/leanengine-node-sdk" }, "dependencies": { "body-parser": "1.9.0", "connect": "3.2.0", "connect-timeout": "^1.7.0", "cookies": "0.5.0", "debug": "^2.0.0", "iconv-lite": "^0.4.8", "leancloud-storage": "^2.1.0", "on-headers": "1.0.0", "underscore": "^1.8.3" }, "devDependencies": { "blanket": "^1.2.1", "expect.js": "0.2.0", "express": "4.9.7", "koa": "^1.2.0", "koa-bodyparser": "^2.2.0", "mocha": "2.3.3", "rewire": "^2.5.1", "should": "10.0.0", "supertest": "0.14.0" }, "keywords": [ "LeanCloud", "LeanEngine", "cloud", "BaaS" ], "config": { "blanket": { "pattern": "//^((?!(node_modules|test)).)*$/" } }, "license": "MIT", "author": { "name": "wchen", "email": "wchen@leancloud.rocks" }, "bugs": { "url": "https://github.com/WEBuster/leanengine-node-sdk/issues" }, "homepage": "https://github.com/WEBuster/leanengine-node-sdk", "scripts": { "test": "node_modules/mocha/bin/mocha -R spec --timeout=10000", "test-koa": "FRAMEWORK=koa node_modules/mocha/bin/mocha -R spec --timeout=10000 test test/koa", "test-cov": "node_modules/mocha/bin/mocha --require blanket -R html-cov > coverage.html" } }