1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
"name": "hubot-reload-scripts",
"description": "Reloads scripts without restart. Loads new scripts too. (a fork version that works perfectly with some more fixes)",
"version": "0.1.4",
"author": "Vinta Chen <vinta.chen@gmail.com> (http://vinta.ws/)",
"license": "MIT",
"keywords": "hubot, hubot reload, hubot load, hubot scripts, hubot scripting",
"repository": {
"type": "git",
"url": "git://github.com/vinta/hubot-reload-scripts.git"
},
"bugs": {
"url": "https://github.com/vinta/hubot-reload-scripts/issues"
},
"dependencies": {},
"peerDependencies": {
"hubot": "2.x"
},
"devDependencies": {
"coffee-script": "1.9.x"
},
"main": "index.coffee"
}