forked from 59naga/pixel-png
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (53 loc) · 1.25 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
{
"name": "react-native-pixel-png",
"version": "1.0.3",
"description": "Parse PNG or APNG (Animated PNG) to ImageData for React Native",
"main": "src",
"scripts": {
"localhost": "zuul test --local 59798 --open",
"test-cloud": "zuul test"
},
"config": {
"ghooks": {
"pre-commit": ""
}
},
"author": "59naga <i59naga@icloud.com> (http://berabou.me)",
"contributors": [
{
"name": "Li Zheng",
"email": "flyskywhy@gmail.com",
"url": "https://github.com/flyskywhy"
}
],
"license": "MIT",
"dependencies": {
"apng-js-no-blob": "^2.0.0",
"assert": "^2.0.0",
"react-native-pixel-util": "^1.1.1",
"react-native-png-stream-browserify": "1.0.0"
},
"devDependencies": {
"brfs": "^1.4.1",
"browserify": "^12.0.1",
"fixture-images": "^0.1.5",
"ghooks": "^0.3.2",
"zuul": "^3.7.2"
},
"keywords": [
"animated",
"apng",
"imagedata",
"pixel",
"png",
"react-native"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flyskywhy/react-native-pixel-png.git"
},
"bugs": {
"url": "https://github.com/flyskywhy/react-native-pixel-png/issues"
},
"homepage": "https://github.com/flyskywhy/react-native-pixel-png#readme"
}