-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 866 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 866 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
31
32
33
34
35
36
37
38
39
40
{
"name": "allergen-alerts",
"version": "0.1.0",
"description": "Publishing notifications of allergen contamination to Twitter.",
"main": "./rss_app.js",
"scripts": {
"start": "node rss_app.js"
},
"dependencies": {
"htmlparser": "~1.7.7",
"twit": "~1.1.20",
"request": "*",
"passport": "*",
"passport-twitter": "*",
"xpath": "*",
"xmldom": "*",
"html-entities": "*",
"http": "*",
"pg-sync": "*"
},
"engines": {
"node": "0.10.x",
"npm": "2.7.3"
},
"repository": {
"type": "git",
"url": "https://github.com/martian-a/hackberry"
},
"keywords": [
"node",
"heroku"
],
"author": "Hackberry",
"bugs": {
"url": "https://github.com/martian-a/hackberry/issues"
},
"devDependencies": {},
"license": "GNU",
"homepage": "https://github.com/martian-a/hackberry"
}