-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 902 Bytes
/
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
{
"name": "node-papirus",
"version": "0.1.21",
"repository": "https://github.com/slackernrrd/node-papirus",
"description": "A library for interacting with the PaPiRus via the repaper gratis library (https://github.com/repaper/gratis)",
"main": "dist/Papirus.js",
"scripts": {
"build": "babel src -d dist --presets env --plugins add-module-exports",
"prepublishOnly": "npm run build",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags"
},
"keywords": [
"papirus",
"epd",
"repaper"
],
"author": "Kim Metso <[email protected]>",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1"
},
"dependencies": {
"bluebird": "^3.5.1",
"image-dither": "^1.0.1",
"jimp": "^0.2.28",
"onoff": "^1.1.9"
}
}