-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.01 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
{
"name": "@unpourtous/react-native-clip-image",
"version": "0.1.2",
"description": "this component use for clipping image with animation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react": "15.4.2",
"react-native": "0.40.0",
"react-native-svg": "4.5.0",
"babel-jest": "18.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react-native": "1.9.1",
"eslint": "^3.16.1",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-jsx": "^4.0.1",
"eslint-plugin-angular": "^2.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^2.3.1",
"standard": "^9.0.0",
"standard-jsx": "^8.0.0",
"standard-react": "^4.0.0"
},
"keywords": [
"react-native",
"react-native-svg",
"react-native-clip-image"
],
"author": "vengeanliu",
"license": "MIT"
}