forked from jamigibbs/mobile-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·29 lines (29 loc) · 858 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
{
"name": "mobile-app-landing-page",
"version": "1.0.0",
"description": "A PSD to Handlebars conversion",
"repository": "https://github.com/rebeccafu/mobile-app-landing-page.git",
"author": "Rebecca Fu",
"license": "MIT",
"homepage": "https://github.com/jamigibbs/mobile-app-landing-page",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-compile-handlebars": "^0.6.1",
"gulp-concat": "^2.6.1",
"gulp-gh-pages": "^0.5.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-uglify": "^3.0.1",
"gulp-watch": "^5.0.1",
"yargs": "^12.0.1"
},
"main": "index.js"
}