-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 743 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 743 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
29
30
{
"name": "Re",
"main": "main.js",
"author": "Amir Houieh",
"version": "0.0.0",
"description": "A modular content-driven web browser",
"scripts": {
"start": "electron ."
},
"dependencies": {
"cheerio": "^0.20.0",
"dateformat": "^1.0.12",
"electron-json-storage": "^2.0.0",
"electron-prebuilt": "^0.37.8",
"electron-process": "^0.2.0",
"electron-pug": "^1.4.2",
"font-manager": "^0.2.2",
"fs-extra": "^0.30.0",
"lodash": "^4.12.0",
"rel-to-abs": "^0.1.0",
"request": "^2.72.0",
"socket.io": "^1.4.6",
"socket.io-client": "^1.4.7",
"unfluff": "^3.0.1",
"unique-selector": "^0.1.1",
"url": "^0.11.0",
"url-pattern": "^1.0.1",
"walk-sync": "^0.2.6"
}
}