-
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) · 776 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 776 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": "brackets-store",
"version": "0.2.3",
"description": "crawler it is downloading all extensions available on bracket registry, for offline network",
"keywords" : ["bracket", "offline", "extension"],
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/Sparta-Code/brackets-store.git"
},
"dependencies": {
"async": "^0.9.0",
"download": "^3.2.0",
"download-status": "^2.1.0",
"express": "^4.10.6",
"request": "^2.51.0",
"tough-cookie": "^0.12.1"
},
"config" : { "port" : "8080" },
"scripts": {
"update": "node crawler.js",
"start": "node server.js",
"change": "node change.js",
"restore": "node change.js restore"
},
"author": "Hever Farber",
"license": "MIT"
}