forked from ZXVentures/react-native-async-image-animated
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 844 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
{
"name": "react-native-async-image-animated",
"version": "4.3.0",
"description": "Asynchronous loading Image component for React Native.",
"main": "index.js",
"scripts": {
"build": "tsc",
"build:watch": "tsc --watch",
"lint": "tslint --type-check --project ./",
"prepare": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://www.github.com/ZXVentures/react-native-async-image-animated"
},
"keywords": [
"async",
"image",
"react",
"native"
],
"author": "Wyatt McBain",
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.0.2",
"@types/react-native": "^0.47.5",
"tslint": "^5.7.0",
"typescript": "^2.4.2"
}
}