-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 990 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
40
41
{
"name": "lorgnette",
"version": "0.0.0",
"description": "Allows a user to run PluralSight as a Kiosk.",
"homepage": "https://github.com/oceanswave/lorgnette",
"repository": {
"type": "git",
"url": "git://github.com/oceanswave/lorgnette.git"
},
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": {
"name": "oceanswave",
"email": "[email protected]"
},
"dependencies": {
"bluebird": "^3.3.5",
"co": "^4.6.0",
"colors": "^1.1.2",
"debug": "^2.2.0",
"delay": "^1.3.1",
"jquery": "^2.2.3",
"lodash": "^4.11.1",
"moment": "^2.13.0",
"nightmare": "github:oceanswave/nightmare-promise",
"nightmare-incubus": "github:oceanswave/nightmare-incubus",
"optimist": "^0.6.1",
"pouchdb": "^5.2.1",
"single-line-log": "^1.1.1",
"urijs": "^1.17.1"
},
"devDependencies": {
"electron-packager": "^5.2.1"
},
"engines": {
"node": ">=5.0.0"
},
"license": "ISC"
}