-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 984 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 984 Bytes
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
{
"name": "react-native-tear-lines",
"version": "1.0.5",
"description": "Zig-zag borders to simulate tear lines normally seen on receipts",
"main": "index.js",
"types": "index.d.ts",
"author": {
"name": "Kenneth Ma",
"email": "ken@kenma.ca>"
},
"keywords": [
"react-native",
"react-component",
"react-native-component",
"react",
"mobile",
"ios",
"ui",
"zig-zag",
"zig",
"zag",
"borders",
"tearlines",
"tear",
"receipts",
"rip"
],
"homepage": "https://github.com/kenmaca/react-native-tear-lines",
"bugs": {
"url": "https://github.com/kenmaca/react-native-tear-lines/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/kenmaca/react-native-tear-lines.git"
},
"dependencies": {
"prop-types": "^15.5.10"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-eslint": "^7.0.0",
"babel-jest": "^20.0.3"
},
"license": "MIT",
"private": false
}