-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1015 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 1015 Bytes
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
{
"name": "tiforward.github.io",
"private": true,
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {},
"author": "",
"license": "LGPL-2.1",
"devDependencies": {
"babelify": "^5.0.4",
"browserify": "^9.0.3",
"debowerify": "^1.2.0",
"front-matter": "^1.0.0",
"gh-pages": "^0.2.0",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-connect": "^2.2.0",
"gulp-csso": "^1.0.0",
"gulp-data": "^1.2.0",
"gulp-ignore": "^1.2.1",
"gulp-jade": "^1.0.0",
"gulp-less": "^3.0.2",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.4",
"jade": "^1.9.2",
"langmap": "0.0.9",
"marked": "^0.3.3",
"opn": "^1.0.1",
"path": "^0.11.14",
"through": "^2.3.6",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.6.2"
},
"dependencies": {
"bootstrap": "^3.3.4",
"jquery": "^2.1.3"
}
}