-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.3 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
{
"name": "jumbotron_exercise_1",
"version": "1.0.0",
"description": "This is a date agnostic update to an existing Bootstrap project hoping that not too much has changed since 2014",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/donLucho/jumbotron_exercise_1.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"berzerker": "echo \"BERZERKER!\"",
"bower_init": "bower install",
"twbs4": "git clone https://github.com/twbs/bootstrap.git ./bower_components/bootstrap-4-dev/"
},
"keywords": [
"html5",
"javascript",
"css3",
"gulp",
"sass",
"bower",
"bootstrap"
],
"author": "donLucho",
"license": "ISC",
"bugs": {
"url": "https://github.com/donLucho/jumbotron_exercise_1/issues"
},
"homepage": "https://github.com/donLucho/jumbotron_exercise_1#readme",
"devDependencies": {
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^3.1.1",
"gulp-newer": "^1.3.0",
"gulp-notify": "^3.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1"
}
}