-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "abcdev",
"version": "1.0.0",
"description": "Website do evento ABCDev (#1 ABCDev 2016)",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "scripts/start",
"deploy": "scripts/deploy",
"build": "scripts/build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubirajarapelli/2016.git"
},
"author": "@ubirajarapelli, @akfzambrana",
"license": "ISC",
"bugs": {
"url": "https://github.com/ubirajarapelli/2016/issues"
},
"homepage": "https://github.com/ubirajarapelli/2016#readme",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.12.5",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-spritesmith": "0.0.2",
"gulp-uglify": "^1.5.3"
}
}