-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 916 Bytes
/
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
{
"name": "runnable.com",
"version": "20.10.1",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"del": "^2.2.0",
"git": "^0.1.5",
"gulp": "~3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-autoprefixer": "~2.3.1",
"gulp-awspublish": "^3.0.1",
"gulp-cli": "^1.2.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-debug": "~2.0.1",
"gulp-file-include": "^0.13.2",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "~2.4.0",
"gulp-inject": "^4.1.0",
"gulp-minify-inline": "^0.2.0",
"gulp-newer": "~0.5.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "~2.3.1",
"gulp-webserver": "^0.9.1",
"run-sequence": "^1.1.5"
},
"engine": {
"node": "4.2.2",
"npm": "3.7.5"
},
"repository": {
"type": "git",
"url": "https://github.com/CodeNow/runnable.com.git"
},
"scripts": {
"deploy": "node_modules/.bin/gulp deploy:s3"
}
}