-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "doesangue",
"version": "1.0.3",
"description": "Online platform that connect blood donors",
"main": "index.html",
"scripts": {
"gulp": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/doesangueorg/doesangueorg.github.io.git"
},
"keywords": [
"opensource",
"donors"
],
"author": "José Cage <[email protected]> (https://josecage.com)",
"contributors": [
"Eleandro Duzentos <[email protected]> (https://e200.github.io)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/doesangueorg/doesangueorg.github.io/issues"
},
"homepage": "https://github.com/doesangueorg/doesangueorg.github.io#readme",
"devDependencies": {
"gulp": "^4.0.0",
"bootstrap": "^4.0.0-beta.2",
"gulp-autoprefixer": "^7.0.0",
"gulp-plumber": "^1.1.0",
"gulp-pug": "^4.0.1",
"gulp-sass": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.0",
"gulp-webserver": "^0.9.1"
},
"dependencies": {}
}