-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
48 lines (48 loc) · 953 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
47
48
{
"name": "glance",
"version": "3.0.9",
"description": "disposable fileserver",
"main": "index.js",
"bin": {
"glance": "./bin/glance.js"
},
"scripts": {
"test": "node test/index.js && node test/nodot.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jarofghosts/glance.git"
},
"keywords": [
"file",
"server",
"utility",
"util",
"fileserver"
],
"author": "jesse keane",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarofghosts/glance/issues"
},
"preferGlobal": true,
"dependencies": {
"bash-color": "0.0.3",
"filed": "0.1.0",
"html-ls": "2.1.0",
"mime": "1.4.1",
"nopt": "3.0.4",
"stream-replace": "1.0.0",
"utils-fs-exists": "1.0.1",
"xtend": "4.0.0"
},
"devDependencies": {
"eslint": "5.14.0",
"tape": "4.2.0"
},
"prettier": {
"semi": false,
"singleQuote": true,
"bracketSpacing": false
}
}