-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 814 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
{
"name": "bluebird-dash-docs",
"description": "A converter program that generates a documentation package for the Bluebird JS promise library for use with the Dash OSX app.",
"version": "1.0.0",
"homepage": "https://github.com/recognition101/bluebird-dash-docs",
"keywords": [
"bluebird",
"dash",
"osx",
"documentation"
],
"repository": {
"type": "git",
"url": "https://github.com/recognition101/bluebird-dash-docs"
},
"author": {
"name": "Recognition101",
"email": "darklightmw@gmail.com"
},
"main": "bluebird-dash-docs.js",
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"cheerio": "^0.19.0",
"fs-extra": "0.8.x",
"request": "^2.67.0",
"sqlite3": "^3.1.1"
},
"scripts": {
"start": "node bluebird-dash-docs.js"
}
}