-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.18 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
42
{
"name": "66426-pink",
"version": "0.1.0",
"private": true,
"description": "Личный проект «Пинк» от HTML Academy",
"author": "Денис Быков",
"repository": {
"type": "git",
"url": "git@github.com:htmlacademy-adaptive/66426-pink.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-adaptive/66426-pink/issues"
},
"homepage": "https://github.com/htmlacademy-adaptive/66426-pink",
"devDependencies": {
"autoprefixer": "6.3.3",
"editorconfig-tools": "0.1.1",
"grunt": "0.4.5",
"grunt-browser-sync": "2.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jade": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-css-mqpacker": "^2.0.0",
"grunt-csso": "^0.8.2",
"grunt-postcss": "^0.7.2",
"grunt-sass": "1.1.0",
"grunt-svgmin": "^3.1.2",
"grunt-svgstore": "^1.0.0",
"load-grunt-tasks": "^3.4.1"
},
"scripts": {
"test": "editorconfig-tools check *",
"build": "grunt build",
"start": "grunt build && grunt serve"
},
"engines": {
"node": "^5.0.0"
}
}