-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
35 lines (35 loc) · 1.1 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
{
"name": "react-native-view-snapshot",
"version": "0.3.0",
"description": "Save React Native views as PNG snapshots on device storage.",
"main": "ViewSnapshotter.js",
"author": {
"name": "Joshua Sierles",
"email": "joshua@diluvia.net",
"url": "https://github.com/jsierles"
},
"files": [
"ViewSnapshotter.m",
"ViewSnapshotter.h",
"ViewSnapshotter.js",
"ViewSnapshotter.ios.js",
"ViewSnapshotter.android.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jsierles/react-native-view-snapshot.git"
},
"readme": "# react-native-view-snapshot\nTake snapshots of React Native views and cache to device storage\n",
"readmeFilename": "README.md",
"gitHead": "5e99ba8e714ba2fd0fe8771cfba8c6e78e7ed5d8",
"bugs": {
"url": "https://github.com/jsierles/react-native-view-snapshot/issues"
},
"homepage": "https://github.com/jsierles/react-native-view-snapshot#readme",
"_id": "react-native-view-snapshot@0.0.1",
"scripts": {},
"_shasum": "769bd0a7e91c09b1e4cc48cc5622a6e08904f62d",
"_from": "..",
"_resolved": "file:.."
}