-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.56 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
{
"name": "tcl-http-server-tanzer",
"description": "tcl http server tanzer fork",
"version": "0.0.1",
"readme": "README.md",
"main": "doc.sh",
"scripts": {
"doc": "rm -rf docs && docco -l classic lib/*.tcl lib/tanzer/*.tcl && sweeten-docco",
"docup": " docco -l classic lib/*.tcl lib/tanzer/*.tcl && sweeten-docco"
},
"repository": {
"type": "git",
"url": ""
},
"author": "sagax",
"license": "MIT",
"homepage": "",
"bugs": {
"url": ""
},
"dependencies": {
},
"devDependencies": {
"coffee-script": "1.10.0",
"colors": "1.1.2",
"del": "2.2.1",
"docco": "git+https://github.com/GerHobbelt/docco",
"sweeten-docco": "0.3.3",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-coffee": "2.3.2",
"gulp-connect": "5.0.0",
"gulp-ejs": "2.1.3",
"gulp-docco": "0.0.4",
"gulp-htmlincluder": "git+https://github.com/sagax/_gulp-htmlincluder.git",
"gulp-image-optimization": "0.1.3",
"gulp-image-resize": "0.10.0",
"gulp-livereload": "3.8.1",
"gulp-load-plugins": "1.2.4",
"gulp-markdown": "1.2.0",
"gulp-markdown-pdf": "4.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-sync": "0.1.4",
"gulp-util": "3.0.7",
"path": "0.12.7",
"require-dir": "0.3.0"
}
}