forked from Antonhansel/soundcrawler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 834 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
{
"name": "soundcrawler",
"version": "1.0.2",
"description": "SoundCrawler ===================",
"main": "index.js",
"dependencies": {
"async": "^0.9.0",
"cheerio": "^0.18.0",
"events": "^1.0.2",
"fs": "^0.0.2",
"http": "^0.0.0",
"mongoose": "^3.8.20",
"path": "^0.4.9",
"request": "^2.51.0",
"url": "^0.10.1",
"util": "^0.10.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Antonhansel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Antonhansel/soundcrawler.git"
},
"keywords": [
"soundcloud",
"download"
],
"bugs": {
"url": "https://github.com/Antonhansel/soundcrawler/issues"
},
"homepage": "https://github.com/Antonhansel/soundcrawler"
}