-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added all files needed to create the strider plugin.
- Loading branch information
abe545
committed
Mar 12, 2014
1 parent
4609c7a
commit e757bf1
Showing
6 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
module.exports = require('./lib') |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "codeplex-for-strider", | ||
"version": "0.0.0", | ||
"description": "Provides access to codeplex for strider", | ||
"main": "index.js", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/abe545/codeplex-for-strider.git" | ||
}, | ||
"keywords": [ | ||
"codeplex", | ||
"strider" | ||
], | ||
"author": { | ||
"name": "Abraham Heidebrecht" | ||
}, | ||
"license": "GPL-2.0", | ||
"readmeFilename": "Readme.md", | ||
"strider": { | ||
"id": "codeplex", | ||
"title": "Codeplex", | ||
"type": "provider", | ||
"hosted": true, | ||
"config": { | ||
"controller": "CodeplexController" | ||
}, | ||
"accountConfig": { | ||
"setupLink": "/auth/codeplex" | ||
}, | ||
"webapp": "lib/webapp.js", | ||
"worker": "lib/worker.js", | ||
"inline_icon": "windows" | ||
}, | ||
"dependencies": { | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/abe545/codeplex-for-strider/issues" | ||
}, | ||
"homepage": "https://github.com/abe545/codeplex-for-strider" | ||
} |