-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 991 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
34
35
36
37
38
39
40
41
{
"name": "weather-app",
"version": "1.0.0",
"description": "Weather app for display weather for certain city",
"main": "gulpfile.js",
"dependencies": {
"connect": "^3.6.5",
"gulp-less": "^3.4.0",
"serve-static": "^1.13.1"
},
"devDependencies": {
"babelify": "~5.0.3",
"browser-sync": "^2.23.3",
"browserify": "^6.3.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-change": "^1.0.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^1.1.0",
"gulp-cssmin": "^0.2.0",
"gulp-notify": "^3.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"lodash": "^2.4.1",
"rimraf": "~2.2.8",
"run-sequence": "^2.2.1",
"vinyl-source-stream": "^1.0.0",
"watchify": "^2.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"engines": {
"node": "8.4.0",
"npm": "5.3.0"
},
"author": "Igor Kurkov",
"license": "MIT"
}