-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "iobroker.phantomjs",
"version": "1.1.3",
"description": "Make screenshots with PhantomJS",
"author": "bluefox <[email protected]>",
"contributors": [
"bluefox <[email protected]>"
],
"homepage": "https://github.com/ioBroker/ioBroker.phantomjs",
"license": "Apache-2.0",
"keywords": [
"ioBroker",
"screenshot",
"flot"
],
"repository": {
"type": "git",
"url": "https://github.com/ioBroker/ioBroker.phantomjs"
},
"dependencies": {
"phantomjs-prebuilt": "^2.1.16",
"@iobroker/adapter-core": "^2.6.7"
},
"devDependencies": {
"@alcalzone/release-script": "^3.5.9",
"@alcalzone/release-script-plugin-iobroker": "^3.5.9",
"@alcalzone/release-script-plugin-license": "^3.5.9",
"gulp": "^4.0.2",
"mocha": "^10.1.0",
"chai": "^4.3.7"
},
"bugs": {
"url": "https://github.com/ioBroker/ioBroker.phantomjs/issues"
},
"main": "main.js",
"scripts": {
"release": "release-script",
"test": "node node_modules/mocha/bin/mocha --exit"
}
}