forked from garakh/kladrapi-jsclient
-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 745 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 745 Bytes
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
{
"name": "jquery.fias",
"version": "1.0.0",
"description": "jQuery Plugin For kladr-api.ru",
"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/fias-api/jquery.git"
},
"author": {
"name": "kladr-api.ru",
"email": "info@kladr-api.ru"
},
"keywords": [
"kladr",
"jquery"
],
"license": "Public Domain",
"homepage": "https://github.com/fias-api/jquery",
"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"
}
}