Skip to content

Commit

Permalink
Work in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Corry committed Jan 8, 2014
1 parent 1101186 commit 8ac61f4
Show file tree
Hide file tree
Showing 22 changed files with 10,338 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"directory": "src/plugins",
"registry": "http://adapt-bower-repository.herokuapp.com/"
}
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: node_js
node_js:
- 0.10
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "adapt-contrib-spoor",
"version": "0.0.1",
"homepage": "https://github.com/adaptlearning/adapt-contrib-spoor",
"authors": [
"Kevin Corry <[email protected]>"
],
"description": "A basic scorm tracking plugin for Adapt",
"main": "/js/adapt-contrib-spoor.js",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "GPLv3"
}
Loading

0 comments on commit 8ac61f4

Please sign in to comment.