-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 883 Bytes
/
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
{
"name": "hubot-tapsaff",
"description": "Find out if its tapsaff weather in your location.",
"version": "0.1.2",
"author": "liquidstate",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"tapsaff",
"weather"
],
"repository": {
"type": "git",
"url": "[email protected]:liquidstate/hubot-tapsaff.git"
},
"bugs": {
"url": "https://github.com/liquidstate/hubot-tapsaff/issues"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "1.12.5",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-mocha-test": "~0.13.2",
"grunt-release": "~0.14.0",
"hubot": "2.x",
"matchdep": "~1.0.1",
"mocha": "^3.3.0",
"sinon": "^2.2.0",
"sinon-chai": "^2.10.0"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}