forked from Onix-Systems/rename.kr.ua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 811 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
{
"name": "rename.kr.ua",
"version": "1.0.0",
"description": "Information about renamed streets in Kirovohrad, Ukraine in 2015-2016",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Onix-Systems/rename.kr.ua.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Onix-Systems/rename.kr.ua/issues"
},
"homepage": "https://github.com/Onix-Systems/rename.kr.ua#readme",
"dependencies": {
"bower": "^1.7.7",
"gulp-install": "^0.6.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.3",
"gulp-cssmin": "^0.1.7",
"gulp-minify": "0.0.5"
}
}