forked from licong96/lc-city-selector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 859 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": "lc-city-selector",
"version": "1.1.4",
"description": "city-selector",
"main": "src/lc-city-selector.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/licong96/lc-city-selector.git"
},
"keywords": [
"city-selector",
"城市选择器",
"lc-city-selector",
"licong96"
],
"author": "黎聪",
"license": "ISC",
"bugs": {
"url": "https://github.com/licong96/lc-city-selector/issues"
},
"homepage": "https://github.com/licong96/lc-city-selector#readme",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^8.5.1",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"node-sass": "^4.9.0"
},
"browserslist": [
"iOS >= 7",
"Firefox >= 20",
"Android >= 4"
]
}