Skip to content

Commit d5785bd

Browse files
committed
add package.json
1 parent b7f256e commit d5785bd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "scorm-api-wrapper",
3+
"version": "1.1.20121005",
4+
"description": "The pipwerks SCORM API Wrapper ",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/pipwerks/scorm-api-wrapper"
12+
},
13+
"keywords": [
14+
"SCORM"
15+
],
16+
"author": "Philip Hutchison (pipwerks)",
17+
"license": "MIT-style license: http://pipwerks.mit-license.org/",
18+
"bugs": {
19+
"url": "https://github.com/pipwerks/scorm-api-wrapper/issues"
20+
},
21+
"homepage": "https://github.com/pipwerks/scorm-api-wrapper"
22+
}

0 commit comments

Comments
 (0)