-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.67 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bassettsj.github.com",
"version": "0.0.0",
"description": "Just a personal webstie",
"main": "index.html",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/bassettsj/bassettsj.github.com.git"
},
"keywords": [
"blog",
"jekyll"
],
"author": "Steven Bassett",
"license": "BSD",
"bugs": {
"url": "https://github.com/bassettsj/bassettsj.github.com/issues"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"babelify": "^8.0.0",
"browser-sync": "^2.8.2",
"browserify": "^15.1.0",
"coffee-script": "^1.9.3",
"coffeeify": "^3.0.1",
"critical": "^1.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "4.1.0",
"gulp-browserify": "^0.5.0",
"gulp-coffee": "^3.0.2",
"gulp-concat": "^2.6.0",
"gulp-csso": "^3.0.1",
"gulp-gh-pages": "^0.5.2",
"gulp-htmlmin": "^4.0.0",
"gulp-imagemin": "^4.1.0",
"gulp-minify-html": "^1.0.4",
"gulp-notify": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.3",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"lodash": "^4.17.4",
"merge-stream": "^1.0.0",
"minifyify": "^7.0.3",
"pretty-hrtime": "^1.0.0",
"require-dir": "^0.3.0",
"scut": "1.2.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.3.1",
"workbox-build": "^2.1.2"
},
"homepage": "https://github.com/bassettsj/bassettsj.github.com",
"dependencies": {
"perfume.js": "^0.8.0",
"prismjs": "^1.15.0"
}
}