-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (32 loc) · 823 Bytes
/
package.json
File metadata and controls
33 lines (32 loc) · 823 Bytes
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": "4tegroup",
"version": "1.0.0",
"description": "test task for 4tegroup",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/burn1ng/project.git"
},
"author": "Andrei Dushkou",
"license": "ISC",
"bugs": {
"url": "https://github.com/burn1ng/project/issues"
},
"homepage": "https://github.com/burn1ng/project#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.11",
"gulp-imagemin": "^3.0.1",
"gulp-rigger": "^0.5.8",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.5.4",
"gulp-watch": "^4.3.8",
"imagemin-pngquant": "^5.0.0",
"rimraf": "^2.5.3"
}
}