forked from jan-swiecki/node-hotload
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 774 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 774 Bytes
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": "hotload",
"version": "0.1.0",
"license": "MIT",
"description": "Hot load (hot require) for NodeJS. It's like JRebel but for NodeJS.",
"main": "lib/hotload.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "cd test && nodeunit test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jan-swiecki/node-hotload"
},
"engines":
{
"node": "0.10.*"
},
"keywords": [
"hotload",
"hotrequire",
"jrebel"
],
"dependencies":
{
"colors": "0.6.0-1",
"callsite": "1.0.0"
},
"author":
{
"name": "Jan Święcki",
"email": "jan.swiecki@gmail.com",
"url": "https://github.com/jan-swiecki/node-hotload"
},
"gitHead": "14a17e38f12c0a3845eefaae7265afe5851b0d12"
}