-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "abcdev-2018",
"version": "0.0.0",
"description": "Site oficial do maior evento de desenvolvimento de software do Grande ABC - ABC-Dev 2018",
"main": "gulpfile.js",
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.24.4",
"del": "^3.0.0",
"gift": "^0.10.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-sequence": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-util": "^3.0.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "gulp",
"deploy": "sh scripts/deploy",
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abc-dev/2018.git"
},
"keywords": [
"evento de tecnologia",
"grande ABC",
"ABC-Dev"
],
"author": "@abc_developers",
"license": "MIT",
"bugs": {
"url": "https://github.com/abc-dev/2018/issues"
},
"homepage": "https://github.com/abc-dev/2018#readme"
}