forked from PtrTn/ishetkutweerv2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 866 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
{
"name": "ishetkutweerv2",
"version": "1.0.0",
"description": "The current and future weather in an easy readable way",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Baabah/ishetkutweerv2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Baabah/ishetkutweerv2/issues"
},
"homepage": "https://github.com/Baabah/ishetkutweerv2#readme",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.5.1",
"gulp-cssjoin": "^0.1.2",
"merge-stream": "^1.0.0"
}
}