-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
66
{
"name": "meetup-boilerplate",
"version": "1.0.0",
"description": "A simple boilerplate to easily create beautiful sites for your meetups.",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"js": "gulp js",
"jade": "gulp jade",
"sass": "gulp sass",
"img-clean": "gulp img-clean",
"img-min": "gulp img-min",
"watch": "gulp watch",
"deploy-gh": "gulp deploy-gh",
"deploy-rsync": "gulp deploy-rsync",
"build-gh": "gulp build-gh",
"build-rsync": "gulp build-rsync",
"test": "gulp tests"
},
"dependencies": {
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-data": "^1.2.0",
"gulp-jade": "1.0.1",
"gulp-sass": "^2.0.4",
"gulp-plumber": "^1.0.1",
"gulp-uglify": "1.2.0"
},
"devDependencies": {
"browser-sync": "2.8.0",
"connect-modrewrite": "0.8.1",
"del": "^2.0.2",
"gulp": "3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-combine-media-queries": "^0.2.0",
"gulp-concat": "2.6.0",
"gulp-gh-pages": "^0.5.2",
"gulp-imagemin": "2.3.0",
"gulp-jade": "1.0.1",
"gulp-nightwatch": "^0.2.6",
"gulp-plumber": "1.0.1",
"gulp-sass": "^2.0.4",
"gulp-uglify": "1.2.0",
"gulp-util": "^3.0.2",
"node-sass": "^3.3.3",
"rsyncwrapper": "^0.4.1",
"selenium-standalone": "^4.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mabrasil/lumberpack.git"
},
"keywords": [
"Boilerplate",
"Conferences",
"Gulp",
"Jade",
"SASS"
],
"author": "Matheus Brasil",
"license": "MIT",
"bugs": {
"url": "https://github.com/mabrasil/lumberpack/issues"
},
"homepage": "https://github.com/mabrasil/lumberpack#readme"
}