-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1012 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
{
"name": "node-scraping-server",
"version": "0.1.0",
"description": "Node.js server for scraping music data",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peermusic/node-scraping-server.git"
},
"keywords": [
"nodejs",
"server",
"scraping",
"music"
],
"author": "https://github.com/orgs/peermusic/",
"license": "MIT",
"bugs": {
"url": "https://github.com/peermusic/node-scraping-server/issues"
},
"homepage": "https://github.com/peermusic/node-scraping-server#readme",
"dependencies": {
"fs": "0.0.2",
"node-persist": "0.0.8",
"restify": "^4.0.3",
"rusha": "^0.8.3",
"scrape-engine": "git+https://github.com/peermusic/DemoScrapeEngine.git",
"secure-client-server-messaging": "git+https://github.com/peermusic/secure-client-server-messaging.git",
"tweetnacl": "^0.13.2",
"uid": "0.0.2"
},
"devDependencies": {
"standard": "^5.4.1"
}
}