-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 984 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-wakeup",
"description": "A hubot script that kicks by sending WOL packages",
"version": "0.0.4",
"author": "Bart <bart@pixelbak.nl>",
"license": "MIT",
"keywords": [
"hubot",
"hubot-scripts",
"wake_on_lan"
],
"repository": {
"type": "git",
"url": "git://github.com/digibart/hubot-wakeup.git"
},
"bugs": {
"url": "https://github.com/digibart/hubot-wakeup/issues"
},
"dependencies": {
"coffee-script": "~1.6",
"wake_on_lan": "0.0.3"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-jasmine-node": "~0.2.1",
"grunt-release": "~0.7.0",
"hubot": "~2.7.3",
"hubot-mock-adapter": "~1.0.0",
"jasmine-node": "~1.14.3",
"load-grunt-tasks": "~0.4.0",
"matchdep": "~0.1.2",
"grunt-conventional-changelog": "~1.1.0"
},
"main": "index.coffee",
"scripts": {
"test": "node_modules/.bin/jasmine-node --coffee --color --verbose test/"
}
}