Fixing up README and getting ready for initial publish
This commit is contained in:
12
package.json
12
package.json
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"name": "scorm-again",
|
||||
"version": "1.0.0",
|
||||
"description": "A modern SCORM JavaScript runtime library for AICC, Scorm 1.2, and Scorm 2004",
|
||||
"main": "index.js",
|
||||
"description": "A modern SCORM JavaScript run-time library for AICC, SCORM 1.2, and SCORM 2004",
|
||||
"main": "dist/scorm-again.min.js",
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
@@ -27,6 +27,7 @@
|
||||
"grunt": "^1.0.4",
|
||||
"grunt-browserify": "^5.3.0",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-mocha-test": "^0.13.3",
|
||||
"jsdoc": "^3.6.3",
|
||||
"jsdoc-babel": "^0.5.0",
|
||||
"minifyify": "^7.3.5",
|
||||
@@ -36,16 +37,15 @@
|
||||
"nyc": "^15.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "./node_modules/.bin/mocha --require @babel/register"
|
||||
"test": "./node_modules/.bin/mocha --require @babel/register --bdd --recursive --reporter list"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/jcputney/scorm-again.git"
|
||||
"url": "https://github.com/jcputney/scorm-again.git"
|
||||
},
|
||||
"keywords": [
|
||||
"scorm",
|
||||
"aicc",
|
||||
"tincan",
|
||||
"cmi"
|
||||
],
|
||||
"author": "Jonathan Putney <jonathan@putney.io>",
|
||||
@@ -53,6 +53,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jcputney/scorm-again/issues"
|
||||
},
|
||||
"homepage": "https://github.com/jcputney/scorm-again#readme",
|
||||
"homepage": "https://github.com/jcputney/scorm-again",
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user