-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "@zhishinet-types/react-onsenui",
"description": "TypeScript definitions for React OnSenui (react-onsenui), based on @types/react-onsenui@2.1.2",
"version": "0.2.1",
"author": {
"name": "Derek.Chia",
"email": "snipking@gmail.com"
},
"keywords": ["react", "onsenui", "onsenui2", "typescript"],
"contributors": [
{
"name": "Ozytis",
"url": "https://ozytis.fr"
},
{
"name": "Derek.Chia",
"email": "snipking@gmail.com"
}
],
"license": "MIT",
"dependencies": {
"@types/react": "*"
},
"homepage": "https://www.github.com/snipking/react-onsenui-types-hotfix",
"devDependencies": {},
"directories": {},
"main": "",
"maintainers": [
{
"name": "DerekChia",
"email": "snipking@gmail.com"
}
],
"optionalDependencies": {},
"peerDependencies": {},
"repository": {
"type": "git",
"url": "https://www.github.com/snipking/react-onsenui-types-hotfix"
},
"scripts": {},
"typeScriptVersion": "2.3"
}