-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
35 lines (35 loc) · 858 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
{
"name": "jquery.city.select.js",
"version": "1.1.0",
"description": "A simple city select plugin for jquery.",
"main": "Gulpfile.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/soulteary/jquery-city-select.git"
},
"keywords": [
"jquery",
"city select"
],
"author": "soulteary",
"license": "MIT",
"bugs": {
"url": "https://github.com/soulteary/jquery-city-select/issues"
},
"homepage": "https://github.com/soulteary/jquery-city-select",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-amdclean": "^1.1.1",
"gulp-concat": "^2.5.2",
"gulp-less": "^3.0.3",
"gulp-lint-everything": "^0.3.2",
"gulp-replace": "^0.5.3",
"gulp-requirejs": "^0.1.3",
"gulp-rm": "^1.0.0",
"gulp-uglyfly": "^1.4.2",
"gulp-wrap": "^0.11.0"
}
}