forked from dlemmon/synth-secrets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 881 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
{
"name": "synth-secrets-scrap",
"version": "1.0.0",
"description": "I’m currently reading the fantastic [Synth Secrets](http://www.soundonsound.com/sos/allsynthsecrets.htm) series from **Sound On Sound** magazine, written by Gordon Reid.",
"main": "scrap-sos-page.js",
"dependencies": {
"jsdom": "^7.0.2",
"sanitize-html": "^1.11.1",
"request": "^2.67.0",
"sanitizer": "^0.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlemmon/synth-secrets.git"
},
"keywords": [
"scraper",
"node",
"synth",
"secrets"
],
"author": "dlemmon",
"license": "ISC",
"bugs": {
"url": "https://github.com/dlemmon/synth-secrets/issues"
},
"homepage": "https://github.com/dlemmon/synth-secrets#readme"
}