forked from fengyuanchen/distpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.3 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "distpicker",
"description": "A jQuery plugin for picking provinces, cities and districts of China.",
"version": "0.2.1",
"main": "dist/distpicker.js",
"keywords": [
"中国",
"省市区",
"三级联动",
"地址选择器",
"China",
"provinces",
"cities",
"districts",
"picker",
"jquery",
"plugin",
"html",
"css",
"javascript",
"front-end",
"web",
"development"
],
"author": {
"name": "Fengyuan Chen",
"url": "https://github.com/fengyuanchen"
},
"homepage": "https://github.com/fengyuanchen/distpicker",
"repository": {
"type": "git",
"url": "https://github.com/fengyuanchen/distpicker.git"
},
"bugs": {
"url": "https://github.com/fengyuanchen/distpicker/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/fengyuanchen/distpicker/blob/master/LICENSE.md"
},
"dependencies": {
"jquery": ">= 1.9.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-replace": "~0.8.0",
"grunt-jscs": "~1.0.0",
"load-grunt-tasks": "~1.0.0"
}
}