-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
41 lines (41 loc) · 880 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
32
33
34
35
36
37
38
39
40
41
{
"name": "node-webkit-screenshot",
"version": "0.3.2",
"description": "Take screenshots using node-webkit",
"repository": "FWeinb/node-webkit-screenshot",
"main": "index.js",
"scripts": {
"postinstall": "cd nw-screenshot && npm install",
"test": "mocha test"
},
"keywords": [
"screenshot",
"node-webkit",
"webkit",
"node"
],
"files": [
"nw-screenshot",
"index.js",
"browser.js"
],
"author": "Fabrice Weinberg <[email protected]>",
"engines": {
"node": ">=0.10.0"
},
"license": "MIT",
"dependencies": {
"bluebird": "^3.3.3",
"cross-spawn": "^2.1.5",
"nodewebkit": "^0.11.5",
"socket.io": "^1.4.5"
},
"devDependencies": {
"assert": "^1.1.1",
"image-size": "^0.4.0",
"lodash.once": "^4.0.0",
"concat-stream": "^1.5.1",
"is-png": "^1.0.0",
"is-jpg": "^1.0.0"
}
}