forked from r-io/react-native-kanji-animation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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
{
"name": "react-native-kanji-animation",
"version": "1.3.0",
"description": "React Native Animation for Kanji strokes",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"prop-types": "^15.7.2",
"svg-path-properties": "^1.0.9"
},
"devDependencies": {
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-svg": "^11.0.1"
},
"keywords": [
"react-native",
"react",
"native",
"svg",
"kanji",
"animation"
],
"license": "MIT",
"homepage": "https://github.com/r-io/react-native-kanji-animation",
"repository": {
"type": "git",
"url": "https://github.com/r-io/react-native-kanji-animation"
}
}