forked from tm-innovation/tm-innovation.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 806 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
{
"name": "tm-innovation.github.io",
"version": "1.0.0",
"description": "Ticketmaster Innovation website",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.18.12",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.4.0",
"gulp-html": "^0.4.6",
"gulp-jshint": "^2.0.4",
"gulp-real-favicon": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"pump": "^1.0.2"
},
"scripts": {
"start": "gulp serve",
"build": "gulp"
},
"author": "Darwin Campa <[email protected]>",
"license": "UNLICENSED",
"private": true
}