-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 862 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
{
"name": "react-native-palette-full",
"version": "1.2.0",
"description": "Info about colors from images or url, compatible with **Android** and **iOS**",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/jerson/react-native-palette-full",
"repository": {
"type": "git",
"url": "https://github.com/jerson/react-native-palette-full"
},
"keywords": [
"react-native",
"colors",
"palette",
"android",
"ios"
],
"author": "Gerson Alexander Pardo Gamez <[email protected]>",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"watch": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"peerDependencies": {
"react": "*",
"react-native": ">=0.46"
},
"devDependencies": {
"typescript": "^3.5.3"
}
}