-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 951 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
{
"name": "curso-bootstrap-4",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "live-server .",
"dev": "gulp sass:compiled && gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webtrainingmx/curso-profesional-bootstrap-4-2018-assets.git"
},
"keywords": [],
"author": "Alex Arriaga <[email protected]>",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/webtrainingmx/curso-profesional-bootstrap-4-2018-assets/issues"
},
"homepage": "https://github.com/webtrainingmx/curso-profesional-bootstrap-4-2018-assets#readme",
"devDependencies": {
"bootstrap": "^4.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8"
}
}