-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 986 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
42
43
44
{
"name": "websitewrapper",
"version": "0.1.28",
"description": "This Project does what it says on the tin. Wrap web apps natively for osx or windows",
"main": "index.js",
"scripts": {
"test": "node tests/index.js"
},
"bin": {
"websitewrapper": "./command.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobertJGabriel/websiteWrapper.git"
},
"keywords": [
"desktop",
"nw.js",
"app",
"native",
"wrapper",
"web"
],
"dependencies": {
"chalk": "*",
"commander": "*",
"file-move": "*",
"fs": "*",
"gulp": "*",
"gulp-rename": "*",
"highcharts": "^4.2.4",
"nw-builder": "*",
"osenv": "*",
"path": "*",
"path-extra": "*",
"username": "*"
},
"author": "Robert James Gabriel",
"license": "ISC",
"bugs": {
"url": "https://github.com/RobertJGabriel/websiteWrapper/issues"
},
"homepage": "https://github.com/RobertJGabriel/websiteWrapper#readme"
}