forked from garakh/kladrapi-jsclient
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "jquery.kladr",
"version": "2.2.1",
"description": "jQuery Kladr",
"main": "jquery.kladr.min.js",
"directories": {
"example": "examples"
},
"scripts": {
"build": "npm install && (gulp || node node_modules/gulp/bin/gulp.js)"
},
"repository": {
"type": "git",
"url": "https://github.com/garakh/kladrapi-jsclient.git"
},
"author": {
"name": "Alexandr Yakovlev",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/xescoder"
},
"keywords": [
"kladr",
"jquery"
],
"license": "Public Domain",
"bugs": {
"url": "https://github.com/garakh/kladrapi-jsclient/issues"
},
"homepage": "https://github.com/garakh/kladrapi-jsclient",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-csso": "^0.2.9",
"gulp-uglify": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-rename": "^1.2.0"
}
}