-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
98 lines (98 loc) · 4.03 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"_args": [
[
{
"raw": "react-native-art-nanovg@git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"scope": null,
"escapedName": "react-native-art-nanovg",
"name": "react-native-art-nanovg",
"rawSpec": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"spec": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:robclouth/react-native-art-nanovg.git#b86e5d9",
"sshUrl": "git+ssh://[email protected]/robclouth/react-native-art-nanovg.git#b86e5d9",
"httpsUrl": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"gitUrl": "git://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"shortcut": "github:robclouth/react-native-art-nanovg#b86e5d9",
"directUrl": "https://raw.githubusercontent.com/robclouth/react-native-art-nanovg/b86e5d9/package.json"
}
},
"/Users/Rob/Documents/Projects/Oval/App"
]
],
"_from": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"_id": "[email protected]",
"_inCache": true,
"_location": "/react-native-art-nanovg",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-art-nanovg@git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"scope": null,
"escapedName": "react-native-art-nanovg",
"name": "react-native-art-nanovg",
"rawSpec": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"spec": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:robclouth/react-native-art-nanovg.git#b86e5d9",
"sshUrl": "git+ssh://[email protected]/robclouth/react-native-art-nanovg.git#b86e5d9",
"httpsUrl": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"gitUrl": "git://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"shortcut": "github:robclouth/react-native-art-nanovg#b86e5d9",
"directUrl": "https://raw.githubusercontent.com/robclouth/react-native-art-nanovg/b86e5d9/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d92e097ae2a2af1168e29a5b6e4f7217ee6",
"_shasum": "adcf988519974ccf2c1a9403dc88716da7c5f494",
"_shrinkwrap": null,
"_spec": "react-native-art-nanovg@git+https://github.com/robclouth/react-native-art-nanovg.git#b86e5d9",
"_where": "/Users/Rob/Documents/Projects/Oval/App",
"bugs": {
"url": "https://github.com/robclouth/react-native-art-nanovg/issues"
},
"dependencies": {
"art": "^0.10.0",
"color": "^0.11.1",
"lodash": "^4.0.0"
},
"description": "A NanoVG backend for ART",
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0"
},
"gitHead": "b86e5d92e097ae2a2af1168e29a5b6e4f7217ee6",
"homepage": "https://github.com/robclouth/react-native-art-nanovg#readme",
"keywords": [
"react-native",
"ios",
"android",
"art",
"nanovg",
"gradient"
],
"license": "MIT",
"main": "./index.js",
"name": "react-native-art-nanovg",
"nativePackage": true,
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.40.0"
},
"readme": "## react-native-art-nanovg\n\n`react-native-art-nanovg` is a replacement for ReactNativeART that uses the OpenGL vector drawing library NanoVG as a back-end, and replaces some of the weirder ART programming choices (like that horrible way of drawing arcs).\n\n\n### TODO:\n1. Implement radial gradients.\n2. Respect the border radius of the Surface.\nOther features of NanoVG.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/robclouth/react-native-art-nanovg.git"
},
"scripts": {
"lint": "eslint ./"
},
"version": "2.0.1"
}