ya-lifx
Version:
Yet Another LIFX JS client
39 lines (38 loc) • 783 B
JSON
{
"name": "ya-lifx",
"version": "2.1.1",
"description": "Yet Another LIFX JS client",
"main": "ya-lifx.js",
"scripts": {
"test": "jest",
"coverage": "npm test; open ./coverage/lcov-report/index.html"
},
"keywords": [
"lifx",
"led",
"bulb",
"lightbulb",
"api"
],
"author": "dottavio@gmail.com",
"license": "MIT",
"dependencies": {
"request": "^2.72.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mdottavio/ya-lifx.git"
},
"devDependencies": {
"jasmine-expect": "^2.0.2",
"jest-cli": "^11.0.2"
},
"jest": {
"collectCoverage": true,
"testFileExtensions": ["js"],
"moduleFileExtensions": ["js"],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/"
]
}
}