-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.14 KB
/
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
40
41
{
"name": "project-template",
"version": "1.0.0",
"description": "Шаблон проекта для быстрого старта",
"main": "src/index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yakhinvadim/project-template.git"
},
"author": "Vadim Yakhin",
"license": "MIT",
"bugs": {
"url": "https://github.com/yakhinvadim/project-template/issues"
},
"homepage": "https://github.com/yakhinvadim/project-template#readme",
"devDependencies": {
"autoprefixer": "^6.0.2",
"browser-sync": "^2.10.0",
"gulp": "^3.9.0",
"gulp-imagemin": "^2.3.0",
"gulp-jade": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgstore": "^5.0.4",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.5",
"normalize.css": "^3.0.3",
"postcss-calc": "^5.0.0",
"postcss-import": "^7.1.3",
"postcss-svg": "^1.0.4",
"precss": "^1.0.0",
"rimraf": "^2.4.3",
"run-sequence": "^1.1.4",
"vinyl-ftp": "^0.4.5"
}
}