-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 968 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
{
"name": "46165-sedona",
"version": "0.1.0",
"private": true,
"description": "Личный проект «Седона» от HTML Academy",
"author": "Катерина Турапина",
"repository": {
"type": "git",
"url": "[email protected]:htmlacademy-adaptive/46165-sedona.git"
},
"bugs": {
"url": "https://github.com/htmlacademy-adaptive/46165-sedona/issues"
},
"homepage": "https://github.com/htmlacademy-adaptive/46165-sedona",
"devDependencies": {
"autoprefixer": "6.3.3",
"editorconfig-tools": "0.1.1",
"grunt": "0.4.5",
"grunt-browser-sync": "2.2.0",
"grunt-contrib-watch": "0.6.1",
"grunt-postcss": "0.7.2",
"grunt-sass": "1.1.0",
"load-grunt-tasks": "3.4.1"
},
"scripts": {
"test": "editorconfig-tools check *",
"build": "grunt sass && grunt postcss",
"start": "npm run build && grunt serve"
},
"engines": {
"node": "^5.0.0"
}
}