forked from lefthand/hubot-dns-watch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 866 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
{
"name": "hubot-dns-watch",
"description": "Hubot will watch for DNS changes of specified domains",
"version": "1.0.1",
"author": "lefthand <[email protected]>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"dns"
],
"repository": {
"type": "git",
"url": "git://github.com/lefthand/hubot-dns-watch.git"
},
"bugs": {
"url": "https://github.com/lefthand/hubot-dns-watch/issues"
},
"dependencies": {
"coffee-script": "~1.6",
"node-schedule": "^1.0.0"
},
"devDependencies": {
"chai": "*",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"hubot-test-helper": "^1.4.4",
"matchdep": "~0.1.2",
"mocha": "^2.4.5",
"sinon": "*",
"sinon-chai": "*"
},
"main": "index.coffee",
"scripts": {
"test": "grunt test"
}
}