-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
{
"name": "tingle-picker",
"version": "0.2.0",
"description": "提供简单的含有搜索和滚动的列表的控件",
"repository": "https://github.com/tinglejs/tingle-picker.git",
"author": {
"name": "guanghong.wsj",
"email": "[email protected]"
},
"maintainers":[
"yize <[email protected]>"
],
"main": "src/index.js",
"files": [
"src",
"README.md"
],
"keywords": [
"tingle",
"picker",
"react",
"搜索"
],
"dependencies": {
"classnames": "^2.1.2",
"tingle-context": "~0.1.1",
"tingle-scroller": "~0.1.1",
"tingle-search-bar": "~0.2.0",
"tingle-style": "~0.2.1"
},
"devDependencies": {
"babel-core": "^5.8.19",
"babel-loader": "^5.3.2",
"gulp": "^3.9.0",
"tingle-dev-tools": "latest",
"fastclick": "^1.0.6",
"react": "^0.13.3",
"tingle-group-list": "~0.2.0",
"tingle-text-field": "~0.2.0"
},
"scripts": {
"start": "gulp d"
},
"license": "MIT",
"screenshots": "https://img.alicdn.com/tps/TB1UokhJpXXXXcTXXXXXXXXXXXX-750-1254.png"
}