UNPKG

sparklite

Version:

A lite node API to access Cisco Spark resources

44 lines (43 loc) 863 B
{ "name": "sparklite", "version": "2.0.0", "description": "A lite node API to access Cisco Spark resources", "main": "index.js", "scripts": { "test": "mocha test" }, "repository": { "type": "git", "url": "git+https://github.com/diegobe/sparklite.git" }, "keywords": [ "spark", "cisco", "lite", "spark", "developers", "node.js", "bots", "node", "quick", "fast", "prototyping" ], "author": "Diego Becerra", "license": "ISC", "bugs": { "url": "https://github.com/diegobe/sparklite/issues" }, "homepage": "https://github.com/diegobe/sparklite#readme", "dependencies": { "colors": "^1.1.2", "express": "^4.11.0", "body-parser": "1.15.1", "clone": "2.1.0", "async": "2.1.4" }, "devDependencies": { "mocha": "^3.2.0", "supertest": "^2.0.1" } }