Skip to content

Commit

Permalink
Added all files needed to create the strider plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
abe545 committed Mar 12, 2014
1 parent 4609c7a commit e757bf1
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 0 deletions.
Empty file added config/config.html
Empty file.
Empty file added config/config.js
Empty file.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

module.exports = require('./lib')
Empty file added lib/webapp.js
Empty file.
Empty file added lib/worker.js
Empty file.
40 changes: 40 additions & 0 deletions package.json
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"
}

0 comments on commit e757bf1

Please sign in to comment.