forked from lloydwatkin/ikettle.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ikettle.js",
"version": "1.0.2",
"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 <[email protected]>",
"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"
}
}