-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "fresh-weather",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"server": "nodemon ./server/index.js",
"dev": "gulp dev",
"start": "gulp watch",
"cloud": "gulp cloud:dev",
"build": "gulp build --type prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"nodemonConfig": {
"ignore": [
"test/*",
"book/*",
"client/*",
"bin/*",
"node_modules",
"dist/*",
"package.json"
],
"delay": "1000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Marszht/fresh-weather.git"
},
"author": "Mars",
"license": "ISC",
"bugs": {
"url": "https://github.com/Marszht/fresh-weather/issues"
},
"homepage": "https://github.com/Marszht/fresh-weather#readme",
"dependencies": {},
"devDependencies": {
"ansi-colors": "^2.0.5",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"del": "^3.0.0",
"express": "^4.16.3",
"fancy-log": "^1.3.2",
"file-stream-rotator": "^0.2.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^5.1.0",
"gulp-htmlmin": "^4.0.0",
"gulp-jdists": "^2.2.3",
"gulp-jsonminify": "^1.1.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.3.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^3.0.0",
"minimist": "^1.2.0",
"nodemon": "^1.18.3",
"postcss-font-base64": "^1.0.5",
"postcss-px2rpx": "0.0.4",
"request": "^2.87.0",
"run-sequence": "^2.2.1",
"stream-combiner2": "^1.1.1",
"through2": "^2.0.3"
},
"keywords": []
}