-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 825 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 825 Bytes
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
{
"name": "invisionripper",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "standard && mocha test",
"precommit": "standard"
},
"author": "John Akerman",
"repository": {
"type": "git",
"url": "https://github.com/JohnAkerman/InvisionRipper.git"
},
"homepage": "https://github.com/JohnAkerman/InvisionRipper",
"keywords": [
"invision",
"ripper"
],
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"fs-extra": "^7.0.0",
"moment": "^2.22.2",
"path": "^0.12.7",
"progress": "^2.0.1",
"puppeteer": "^1.9.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.5",
"yargs": "^12.0.2"
},
"devDependencies": {
"chai": "*",
"mocha": "*",
"snazzy": "^8.0.0",
"standard": "^12.0.1"
}
}