forked from 59naga/pixel-util
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.49 KB
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
{
"name": "react-native-pixel-util",
"version": "1.1.1",
"description": "Utilities of pixel for React Native",
"main": "src",
"scripts": {
"localhost": "zuul test --local 59798 --open",
"test-cloud": "zuul test",
"update": "git tag v$(opc package version) && git push --tags"
},
"config": {
"ghooks": {
"pre-commit": ""
}
},
"dependencies": {
"image-type": "^2.0.2",
"react-native-filereader": "1.0.6",
"resize-image-data": "0.3.1"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^10.2.1",
"exorcist": "^0.4.0",
"fixture-images": "0.1.3",
"ghooks": "^0.3.2",
"object-parser-cli": "0.0.1-alpha.0",
"uglify-js": "^2.4.23",
"zuul": "^3.0.0"
},
"peerDependencies": {
"react-native": "*",
"react-native-blob-util": "*"
},
"keywords": [
"blob",
"buffer",
"datauri",
"image",
"imagedata",
"path",
"react-native",
"uint8array",
"uint8clampedarray",
"url"
],
"author": "59naga <i59naga@icloud.com> (http://berabou.me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-pixel-util.git"
},
"contributors": [
{
"name": "Li Zheng",
"email": "flyskywhy@gmail.com",
"url": "https://github.com/flyskywhy"
}
],
"bugs": {
"url": "https://github.com/flyskywhy/react-native-pixel-util/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-pixel-util#readme"
}