Skip to content

Commit

Permalink
Core apps all published and autoinstalling
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Muldowney committed Jan 10, 2012
1 parent c155221 commit 0ec1c12
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 3 deletions.
22 changes: 22 additions & 0 deletions Apps/DevDocs/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"author": "Singly, Inc. <nerds@singly.com>",
"name": "devdocs",
"description": "Roll up your sleeves and grab a soda/beer, let's pop open the hood on this thing and see what makes it go.",
"version": "0.0.1",
"homepage": "https://github.com/LockerProject/locker",
"repository": {
"type": "app",
"title":"DevDocs",
"status":"stable",
"static":true,
"handle":"devdocs",
"update":true,
"hidden":true,
"github":"https://github.com/LockerProject/locker"
},
"engines": {
"node": "~0.4.10"
},
"dependencies": {},
"devDependencies": {}
}
Binary file added Apps/DevDocs/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions Apps/MergedContacts/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "Singly <nerds@singly.com>",
"author": "Singly, Inc. <nerds@singly.com>",
"name": "contactsviewer",
"description": "Merged Contacts Viewer",
"version": "0.0.1",
Expand All @@ -10,7 +10,7 @@
"update": "auto",
"github": "https://github.com/LockerProject/Locker",
"type": "app",
"static": "false",
"static": false,
"run": "node contacts.js"
},
"engines": {
Expand Down
9 changes: 9 additions & 0 deletions Apps/Search/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "app-search",
"version": "0.1.0",
"dependencies": {
"connect": ">= 1.1.4",
"express": "=2.4.0",
"jade": ">= 0.0.1"
}
}
2 changes: 1 addition & 1 deletion Common/node/lconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports.load = function(filepath) {
exports.airbrakeKey = config.airbrakeKey || undefined;
setBase();
exports.collections = config.collections || ['Contacts', 'Links', 'Photos', 'Places'];
exports.apps = config.apps || ["contactsviewer", "photosv0.9"];
exports.apps = config.apps || ["contactsviewer", "photosv0.9", "photosviewer", "linkalatte", "helloplaces", "devdocs"];
exports.mongo = config.mongo || {
"dataDir": "mongodata",
"host": "localhost",
Expand Down

0 comments on commit 0ec1c12

Please sign in to comment.