forked from taobataoma/meanTorrent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.json
32 lines (32 loc) · 720 Bytes
/
app.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": "meanTorrent",
"description": "MEAN.JS BitTorrent - Full-Stack JavaScript Using MongoDB, Express, AngularJS, and Node.js, a Private BitTorrent Tracker CMS",
"repository": "https://github.com/taobataoma/meanTorrent",
"logo": "http://meanjs.org/img/logo-small.png",
"keywords": [
"mongodb",
"express",
"angularjs",
"node.js",
"mongoose",
"passport",
"torrent",
"bitTorrent",
"tracker",
"announce"
],
"addons": [
{
"plan": "mongolab:sandbox"
},
{
"plan": "papertrail:choklad"
}
],
"env": {
"NPM_CONFIG_PRODUCTION": "true",
"NPM_CONFIG_LOGLEVEL": "error",
"NODE_ENV": "production",
"NODE_VERBOSE": "false"
}
}