-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "renatocarvalho.com",
"version": "1.0.0",
"description": "My personal site made with Middleman 4",
"author": "Renato Carvalho <[email protected]>",
"homepage": "https://renatocarvalho.com",
"license": "MIT",
"keywords": [
"middleman",
"gulp"
],
"repository": {
"type": "git",
"url": "git+https://github.com/renatocarvalho/renatocarvalho.com.git"
},
"bugs": {
"url": "https://github.com/renatocarvalho/renatocarvalho.com/issues"
},
"scripts": {
"development": "NODE_ENV=development gulp default",
"production": "NODE_ENV=production gulp production"
},
"devDependencies": {
"bourbon": "^5.0.0-beta.8",
"bourbon-neat": "^2.1.0",
"browser-sync": "^2.18.13",
"browserify": "^14.0.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-changed": "^3.1.0",
"gulp-clean-css": "^3.9.0",
"gulp-environments": "^0.1.2",
"gulp-imagemin": "^3.2.0",
"gulp-load-plugins": "^1.5.0",
"gulp-sass": "^3.1.0",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"run-sequence": "^2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"jquery": "^3.2.1",
"moment": "^2.18.1",
"webfontloader": "^1.6.27"
},
"engines": {
"node": ">= 6.9.4"
}
}