-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
77 lines (70 loc) · 1.97 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
{
"name": "pixel-util",
"version": "0.0.2",
"description": "Utilities of pixel",
"main": "lib",
"files": [
"lib"
],
"browser": {
"fs": false,
"request": false
},
"scripts": {
"start": "jasminetea --file index.coffee --watch './**/*.coffee' --timeout 1000",
"localhost": "zuul test --ui jasmine2 --local 59798 --open",
"test": "jasminetea --file index.coffee --cover --report --lint",
"test-cloud": "zuul test",
"prepublish": "node -e \"if(process.env.TRAVIS){}else{process.exit(1)}\" && npm run compile || echo skip prepublish",
"compile": "coffee --output lib --bare --compile src",
"prebuild": "$(opc bower opc-scripts.build) | exorcist $(opc bower name).js.map > $(opc bower name).js",
"build": "$(opc bower opc-scripts.uglify)",
"postbuild": "rm $(opc bower name).js $(opc bower name).js.map && wc -c $(opc bower main)",
"update": "git tag v$(opc package version) && git push --tags"
},
"config": {
"ghooks": {
"pre-commit": "npm test"
}
},
"dependencies": {
"bluebird": "^2.9.27",
"image-type": "^2.0.2",
"mime": "^1.3.4",
"request": "^2.65.0"
},
"devDependencies": {
"brfs": "^1.4.0",
"browserify": "^10.2.1",
"coffeeify": "^1.1.0",
"exorcist": "^0.4.0",
"fixture-images": "0.1.3",
"ghooks": "^0.3.2",
"jasminetea": "^0.2.1",
"object-parser-cli": "0.0.1-alpha.0",
"uglify-js": "^2.4.23",
"zuul": "^3.0.0"
},
"keywords": [
"path",
"url",
"datauri",
"buffer",
"uint8array",
"uint8clampedarray",
"blob",
"image"
],
"author": "59naga <i59naga@icloud.com> (http://berabou.me)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/59naga/pixel-util.git"
},
"author": "59naga <i59naga@icloud.com> (http://berabou.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/59naga/pixel-util/issues"
},
"homepage": "https://github.com/59naga/pixel-util#readme"
}