-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 883 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
{
"name": "@astronomersiva/mockgen",
"version": "0.0.1",
"description": "Generates device mockups for a given URL using Puppeteer and Facebook Devices",
"keywords": [
"design",
"mockup",
"puppeteer"
],
"bugs": "https://github.com/astronomersiva/mockgen/issues",
"main": "index.js",
"bin": {
"mockgen": "./index.js"
},
"repository": "https://github.com/astronomersiva/mockgen/issues",
"author": "[email protected]",
"license": "MIT",
"xo": {
"space": true
},
"dependencies": {
"args": "^4.0.0",
"canvas": "^1.6.10",
"chalk": "^2.3.2",
"filenamify": "^2.0.0",
"filenamify-url": "^1.0.0",
"merge-images": "^1.1.0",
"ora": "^2.0.0",
"prompt-list": "^3.1.2",
"puppeteer": "^1.3.0",
"tmp": "0.0.33"
},
"scripts": {
"test": "xo"
},
"devDependencies": {
"xo": "^0.20.3"
}
}