forked from Recognition101/bluebird-dash-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (35 loc) · 951 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
{
"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": "0.1.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": "[email protected]"
},
"main": "bluebird-dash-docs.js",
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"marked": "0.3.x",
"request": "2.33.x",
"sqlite3": "2.2.x",
"jsdom": "0.10.x",
"fs-extra": "0.8.x",
"ent": "0.1.x"
},
"scripts": {
"start": "node bluebird-dash-docs.js"
}
}