-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
46 lines (46 loc) · 934 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
40
41
42
43
44
45
46
{
"name": "amok",
"version": "0.0.29",
"description": "A development server with realtime live editing feedback",
"main": "index.js",
"files": [
"index.js",
"cmd.js"
],
"keywords": [
"realtime",
"live",
"reload",
"editing",
"react",
"browserify",
"watchify",
"webpack",
"development",
"server"
],
"bin": {
"amok": "cmd.js"
},
"dependencies": {
"chokidar": "^1.0.0-rc3",
"commander": "^2.6.0",
"mime": "^1.3.4",
"rdbg": "0.0.2",
"temp": "^0.8.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Casper Beyer <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/caspervonb/amok.git"
},
"bugs": {
"url": "https://github.com/caspervonb/amok/issues"
},
"homepage": "https://github.com/caspervonb/amok"
}