-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
53 lines (53 loc) · 1.25 KB
/
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
47
48
49
50
51
52
53
{
"name": "beefy",
"version": "2.1.8",
"description": "local development server that aims to make using browserify fast and fun",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/beefy.git"
},
"scripts": {
"test": "node test",
"test-cov": "istanbul cover test/index.js"
},
"keywords": [
"simplehttpserver",
"browserify"
],
"author": "Chris Dickinson <[email protected]>",
"license": "MIT",
"dependencies": {
"ansicolors": "~0.3.2",
"chokidar": "^1.0.0",
"concat-stream": "^1.4.3",
"find-global-packages": "0.0.1",
"ignorepatterns": "^1.0.1",
"leftpad": "0.0.0",
"mime": "~1.2.9",
"minimist": "0.0.8",
"open": "0.0.3",
"portfinder": "~0.2.1",
"pretty-bytes": "~0.1.0",
"readable-stream": "^1.0.27-1",
"resolve": "^0.6.1",
"response-stream": "0.0.0",
"script-injector": "~1.0.0",
"through": "~2.2.0",
"which": "~1.0.5",
"xtend": "~2.1.2"
},
"bin": {
"beefy": "./bin/beefy"
},
"devDependencies": {
"tape": "~2.10.2",
"watchify": "^0.10.2",
"browserify": "^3.32.1",
"touch": "0.0.3",
"mock": "^0.1.1",
"dotpathlookup": "0.0.1",
"jsl": "^0.1.3",
"istanbul": "^0.2.8"
}
}