-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.29 KB
/
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
39
{
"name": "RefUnotify",
"version": "0.0.1",
"description": "Get alerts delivered to your mobile when there are new matches on the RefUnit database",
"homepage": "https://refunotify.heroku.com",
"source": "https://github.com/RefUnite/RefUnotify",
"author": "Florian Rathgeber <[email protected]>",
"keywords": [
"node"
],
"licenses": [
{
"type": "BSD 3-Clause",
"url": "http://opensource.org/licenses/bsd-3-clause"
}
],
"bugs": {
"url": "https://github.com/RefUnite/RefUnotify/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/RefUnite/RefUnotify.git"
},
"engines": {
"node": ">= 0.8.x",
"coffee": ">= 1.3.x",
"jade": ">= 0.27",
"npm": "1"
},
"dependencies": {
"zappajs": ">= 0.4",
"mongoose": ">= 3.3",
"request": ">= 2.0",
"querystring": ">= 0.1",
"jade": ">= 0.27",
"node-markdown": ">= 0.1",
"coffee-script": ">= 1.3"
}
}