-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.11 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": "thisismarkdown",
"description": "",
"version": "0.1.0",
"homepage": "https://github.com/endtwist/thisismarkdown",
"author": {
"name": "Planetary",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/endtwist/thisismarkdown.git"
},
"bugs": {
"url": "https://github.com/endtwist/thisismarkdown/issues"
},
"engines": {
"node": ">= 0.10.26",
"npm": ">=2.1.18"
},
"scripts": {
"test": "echo \"No tests\""
},
"dependencies": {
"brfs": "^1.4.0",
"browserify": "^9.0.3",
"bulkify": "^1.1.1",
"ecstatic": "^0.7.0",
"gulp": "~3.8.11",
"gulp-autoprefixer": "~2.1.0",
"gulp-csso": "~1.0.0",
"gulp-image": "~0.5.7",
"gulp-jade": "^1.0.0",
"gulp-load-plugins": "^0.9.0",
"gulp-newer": "^0.5.0",
"gulp-notify": "^2.2.0",
"gulp-sass": "~1.3.3",
"gulp-scss-lint": "~0.1.10",
"gulp-sourcemaps": "^1.5.1",
"gulp-util": "~3.0.4",
"include-all": "^0.1.6",
"marked": "^0.3.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.5.0"
}
}