node-ciscospark
Version:
Super-Simple Lightweight Javascript wrapper for Cisco Spark API
56 lines (55 loc) • 1.23 kB
JSON
{
"name": "node-ciscospark",
"version": "1.0.3",
"description": "Super-Simple Lightweight Javascript wrapper for Cisco Spark API",
"homepage": "https://github.com/joelee/ciscospark",
"main": "build/src/index.js",
"scripts": {
"test": "bin/test-coverage.sh",
"build": "bin/test-and-build.sh",
"docs": "bin/make-docs.sh"
},
"repository": {
"type": "git",
"url": "git@github.com:joelee/ciscospark.git"
},
"keywords": [
"ciscospark",
"spark",
"cisco"
],
"author": "Joseph Lee (https://uk.linkedin.com/in/joeworks)",
"license": "MIT",
"files": [
"build",
"build/src"
],
"bugs": {
"url": "https://github.com/joelee/ciscospark/issues"
},
"dependencies": {
"request": "^2.83.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"chai": "^4.1.2",
"chai-string": "^1.4.0",
"check-node-version": "^3.2.0",
"codecov": "^3.0.0",
"esdoc": "^1.0.4",
"istanbul": "^0.4.5",
"mocha": "^5.0.1",
"standard": "^11.0.0"
},
"standard": {
"ignore": [
"/build/",
"/node_modules/",
"/coverage/",
"/docs/",
"tmp.js"
]
}
}