forked from clandestine-lotus/google-slides-downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 786 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
{
"name": "google-slides-downloader",
"version": "1.0.2",
"description": "Takes raw html from Google Slides embedded presentation and outputs array with an SVG for each slide",
"main": "index.js",
"scripts": {
"test": "mocha test/unitTests.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bjarkestaun/google-slides-downloader.git"
},
"author": "Clandestine Lotus",
"license": "ISC",
"bugs": {
"url": "https://github.com/bjarkestaun/google-slides-downloader/issues"
},
"homepage": "https://github.com/bjarkestaun/google-slides-downloader#readme",
"dependencies": {
"htmlparser2": "^3.9.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^2.3.4",
"sinon": "^1.17.2"
}
}