-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 995 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
33
34
35
36
37
38
39
{
"name": "devdayar2016",
"description": "DevDayAR2016",
"version": "1.0.0",
"scripts": {
"build": "gulp build",
"deploy": "gh-pages -d dist",
"start": "gulp"
},
"dependencies": {
"autoprefixer": "^6.4.0",
"babel-preset-es2015": "^6.9.0",
"browser-sync": "^2.13.0",
"cssnano": "^3.7.3",
"del": "^2.2.1",
"gh-pages": "^0.11.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^2.0.0",
"gulp-postcss": "^6.1.1",
"gulp-rename": "^1.2.2",
"gulp-standard": "^7.0.1",
"gulp-uglify": "^2.0.0",
"postcss-import": "^8.1.2",
"pump": "^1.0.1",
"tachyons": "^4.0.4"
},
"license": "MIT",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "git+https://github.com/devdayar/2016-website.git"
},
"bugs": {
"url": "https://github.com/devdayar/2016-website/issues"
},
"homepage": "https://github.com/devdayar/2016-website#readme"
}