forked from eladnava/applicationize
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 723 Bytes
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": "applicationize",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/eladnava/applicationize"
},
"description": "Applicationize your favorite web apps by wrapping them inside a Chrome extension that runs standalone like a native desktop app.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"author": "Elad Nava",
"license": "Apache-2.0",
"dependencies": {
"cheerio": "0.19.0",
"crx": "3.0.3",
"koa": "1.1.2",
"koa-better-body": "^2.0.1",
"koa-route": "2.4.2",
"koa-send": "^3.2.0",
"koa-static": "1.5.2",
"pem": "1.8.1",
"request": "2.74.0",
"thunkify": "2.1.2",
"validator": "^5.2.0"
}
}