-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
47 lines (47 loc) · 1.04 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
{
"name": "wzrd",
"version": "1.5.0",
"description": "Super minimal browserify development server. Inspired by [beefy](http://npmjs.org/beefy) but with less magic",
"bin": {
"wzrd": "bin.js"
},
"main": "index.js",
"preferGlobal": true,
"scripts": {
"test": "standard && node test/index.js"
},
"author": "max ogden",
"license": "BSD",
"dependencies": {
"concat-stream": "^1.4.7",
"ecstatic": "^1.4.1",
"minimist": "^1.1.0",
"npm-execspawn": "^1.0.6",
"pem": "^1.4.4",
"portfinder": "^0.4.0",
"routes-router": "^4.1.1"
},
"directories": {
"test": "test"
},
"devDependencies": {
"request": "^2.51.0",
"standard": "^7.1.2",
"tape": "^3.0.3",
"through2": "^0.6.3",
"tree-kill": "0.0.6",
"win-spawn": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/wzrd.git"
},
"keywords": [
"browserify",
"beefy"
],
"bugs": {
"url": "https://github.com/maxogden/wzrd/issues"
},
"homepage": "https://github.com/maxogden/wzrd"
}