-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
33 lines (33 loc) · 907 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": "GeekBrainsGreeting",
"version": "0.0.1",
"description": "Small web app for geekbrains course",
"main": "gulpfile.js",
"dependencies": {
"autoprefixer-core": "^4.0.1",
"csswring": "^2.0.0",
"del": "~0.1.3",
"glob": "~4.0.6",
"gulp": "~3.8.11",
"gulp-6to5": "^3.0.0",
"gulp-connect": "~2.2.0",
"gulp-postcss": "^3.0.0",
"gulp-uglifyjs": "^0.5.0",
"open": "~0.0.5",
"postcss": "^3.0.4",
"postcss-custom-properties": "^2.1.0",
"postcss-mixins": "^0.1.1",
"postcss-nested": "^0.1.0",
"run-sequence": "~1.0.1",
"gulp-plumber": "^0.6.6"
},
"repository": {
"type": "git",
"url": "https://github.com/kadmil/testWebApp.git"
},
"scripts": {
"test": "gulp"
},
"author": "Victor Suzdalev",
"license": "MIT"
}