-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 899 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
{
"name": "frontent-boilerplate",
"version": "2.0.0",
"description": "Frontend boilerplate",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:dandaka/frontend-boilerplate.git"
},
"author": "Vlad Rafeev",
"license": "MIT",
"bugs": {
"url": "https://github.com/dandaka/frontend-boilerplate/issues"
},
"homepage": "https://github.com/dandaka/frontend-boilerplate",
"devDependencies": {
"autoprefixer": ">=6.2.3",
"fontfaceobserver": ">=1.6.2",
"gulp-connect": ">=2.3.1",
"gulp-favicons": ">=2.2.2",
"gulp-ga": ">=0.0.7",
"gulp-jade": ">=1.1.0",
"gulp-postcss": ">=6.0.1",
"gulp-print": ">=2.0.1",
"gulp-responsive": "github:mahnunchik/gulp-responsive#next",
"gulp-sass": ">=2.1.1",
"gulp-watch": ">=4.3.5"
}
}