ikettle.js
Version:
A nodejs wrapper for the ikettle
46 lines (45 loc) • 1.03 kB
JSON
{
"name": "ikettle.js",
"version": "2.0.0",
"description": "A nodejs wrapper for the ikettle",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lloydwatkin/ikettle.js.git"
},
"keywords": [
"ikettle",
"wrapper",
"api",
"tea",
"coffee",
"hot",
"chocolate"
],
"author": "Lloyd Watkin <lloyd@evilprofessor.co.uk>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lloydwatkin/ikettle.js/issues"
},
"homepage": "https://github.com/lloydwatkin/ikettle.js",
"dependencies": {
"colors": "^1.0.3",
"debug": "^2.1.0",
"ip": "^1.0.1"
},
"devDependencies": {
"coveralls": "^2.11.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-cli": "^1.11.0",
"grunt-mocha-istanbul": "^2.2.0",
"istanbul": "^0.3.2",
"mocha": "^2.0.1",
"proxyquire": "^1.1.0",
"should": "^4.3.0"
}
}