holly-sdk
Version:
More details coming soon.
63 lines (62 loc) • 1.4 kB
JSON
{
"name": "holly-sdk",
"version": "1.4.2",
"description": "More details coming soon.",
"author": "Halley Assist Pty Ltd",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/HollyAssistTeam/holly_sdk"
},
"bugs": {
"url": "https://github.com/HollyAssistTeam/holly_sdk/issues"
},
"main": "./dist/index.js",
"scripts": {
"build": "rimraf dist && babel lib -d dist",
"precommit": "npm test",
"prepush": "npm test",
"prepublishOnly": "npm test && npm run build",
"test": "mocha -b --compilers js:babel-register test/keystore.js test/index.js"
},
"dependencies": {
"body-parser": "1.14.2",
"express": "4.13.3",
"got": "6.1.1",
"inflection": "1.12.0",
"moment": "2.18.1",
"nedb": "^1.8.0",
"q": "^1.5.0"
},
"devDependencies": {
"babel-cli": "6.24.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.24.1",
"execa": "0.7.0",
"husky": "0.13.4",
"mocha": "3.4.2",
"rimraf": "2.6.1",
"should": "11.2.1",
"tempfile": "2.0.0",
"system-sleep": "^1.3.6"
},
"engines": {
"node": ">= 4"
},
"keywords": [
"holly",
"hub",
"smart",
"home",
"api"
],
"babel": {
"plugins": [
"transform-class-properties"
],
"presets": [
"es2015"
]
}
}