Skip to content

Commit

Permalink
Merge pull request pipwerks#15 from articulate/master
Browse files Browse the repository at this point in the history
add package.json
  • Loading branch information
pipwerks committed Apr 13, 2015
2 parents b7f256e + d5785bd commit 39df9a4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "scorm-api-wrapper",
"version": "1.1.20121005",
"description": "The pipwerks SCORM API Wrapper ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pipwerks/scorm-api-wrapper"
},
"keywords": [
"SCORM"
],
"author": "Philip Hutchison (pipwerks)",
"license": "MIT-style license: http://pipwerks.mit-license.org/",
"bugs": {
"url": "https://github.com/pipwerks/scorm-api-wrapper/issues"
},
"homepage": "https://github.com/pipwerks/scorm-api-wrapper"
}

0 comments on commit 39df9a4

Please sign in to comment.