-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1007 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
{
"name": "boilerplate",
"version": "1.0.0",
"description": "A starting point for UX prototypes.",
"repository": {
"type": "git",
"url": "https://github.com/powerhome/ux-prototype-boilerplate.git"
},
"author": "Power",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "https://github.com/powerhome/ux-prototype-boilerplate",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"browser-sync": "^2.7.1",
"del": "^1.2.0",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.2.0",
"gulp-babel": "^6.1.0",
"gulp-compile-handlebars": "^0.5.0",
"gulp-concat": "^2.5.2",
"gulp-gh-pages": "sharvit/gulp-gh-pages",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sass-bulk-import": "^0.3.1",
"gulp-sourcemaps": "1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.5",
"run-sequence": "^2.1.0"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"font-awesome": "^4.7.0"
}
}