-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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": "notestheme",
"version": "1.0.0",
"description": "The MkDocs Theme for UVicNotes",
"homepage": "http://github.com/UVicNotes/NotesTheme",
"authors": [
"UVicNotes"
],
"license": "MIT",
"main": "Gulpfile.js",
"scripts": {
"start": "gulp watch",
"release": "gulp build; mv dist/ theme/; zip -r theme.zip theme/"
},
"repository": {
"type": "git",
"url": "https://github.com/UVicNotes/NotesTheme.git"
},
"private": true,
"devDependencies": {
"autoprefixer": "^6.3.2",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-debug": "^3.0.0",
"gulp-favicons": "^2.2.7",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.0",
"gulp-ignore": "^2.0.1",
"gulp-image-optimization": "^0.1.3",
"gulp-modernizr": "0.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-remove-empty-lines": "0.0.8",
"gulp-rev": "^7.0.0",
"gulp-rev-collector": "^1.0.2",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-svg2png": "^2.0.2",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"node-notifier": "^4.5.0",
"vinyl-paths": "^2.1.0",
"yargs": "^6.6.0"
}
}