forked from ogadaki/amok
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.05 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.05 KB
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
47
48
49
50
51
52
53
54
55
{
"name": "amok",
"version": "0.13.10",
"description": "No Reload, Live Editing for JavaScript",
"main": "lib/index.js",
"files": [
"lib/index.js",
"bin/cmd.js"
],
"keywords": [
"realtime",
"live",
"reload",
"editing",
"react",
"browserify",
"watchify",
"webpack",
"development",
"server"
],
"bin": {
"amok": "bin/cmd.js"
},
"dependencies": {
"async": "^0.9.0",
"bistre": "^1.0.1",
"bole": "^2.0.0",
"chokidar": "^1.0.1",
"commander": "^2.6.0",
"mime": "^1.3.4",
"rdbg": "^0.4.2",
"temp": "^0.8.1",
"which": "^1.0.9"
},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^9.0.8",
"tape": "^4.0.0",
"watchify": "^3.1.1"
},
"scripts": {
"test": "node test"
},
"author": "Casper Beyer <caspervonb@qup.io>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/caspervonb/amok.git"
},
"bugs": {
"url": "https://github.com/caspervonb/amok/issues"
},
"homepage": "http://amokjs.com"
}