-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
48 lines (48 loc) · 1.09 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
{
"name": "smart-underline",
"version": "v4.2.1",
"repository": {
"type": "git",
"url": "https://github.com/CloudflareApps/SmartUnderline.git"
},
"scripts": {
"start": "gulp"
},
"keywords": [
"smart",
"underline",
"readable",
"beautiful"
],
"homepage": "https://cloudflare.com/apps/SmartUnderline",
"license": "MIT",
"engines": {
"node": ">=0.10.28"
},
"devDependencies": {
"event-stream": "^3.1.7",
"fs": "0.0.2",
"gulp": "^3.8.7",
"gulp-coffee": "^2.1.1",
"gulp-concat": "^2.3.4",
"gulp-connect": "^2.0.6",
"gulp-front-matter": "^1.0.0",
"gulp-if": "^1.2.4",
"gulp-jade": "^0.7.0",
"gulp-markdown": "^1.0.0",
"gulp-marked": "^1.0.0",
"gulp-markdown-to-json": "~0.2.1",
"gulp-ssg": "^0.4.5",
"gulp-stylus": "^1.3.0",
"gulp-util": "^3.0.0",
"nib": "^1.0.3",
"lodash": "^2.4.1",
"gulp-bower": "0.0.7",
"gulp-buffer": "0.0.2",
"gulp-replace": "^0.5.0",
"vinyl-source-stream": "^1.0.0",
"gulp-uglify": "^1.0.1",
"browserify": "^6.2.0",
"coffee-script": "^1.8.0"
}
}