-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 893 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
{
"name": "buttle",
"version": "0.3.2",
"description": "Serve static files from cwd",
"main": "index.js",
"preferGlobal": true,
"bin": {
"buttle": "bin/buttle"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jtrussell/buttle.git"
},
"keywords": [
"server",
"static"
],
"author": "jtrussell",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtrussell/buttle/issues"
},
"dependencies": {
"chalk": "~0.4.0",
"commander": "~2.1.0",
"connect": "^3.7.0",
"connect-livereload": "^0.5.3",
"gaze": "^1.1.3",
"kramed": "^0.5.0",
"less": "^3.9.0",
"lodash.debounce": "^2.4.1",
"lodash.uniq": "^2.4.1",
"open": "^6.4.0",
"serve-index": "^1.9.1",
"serve-static": "^1.14.1",
"tiny-lr": "^1.1.1"
}
}