Files
scorm-again/package.json
Jonathan Putney 54b56e905f Fixing docs
2019-11-12 22:27:28 -05:00

53 lines
1.4 KiB
JSON

{
"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",
"directories": {
"test": "test"
},
"devDependencies": {
"@babel/cli": "^7.7.0",
"@babel/core": "^7.7.2",
"@babel/node": "^7.7.0",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-proposal-private-methods": "^7.6.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.7.0",
"@types/chai": "^4.2.4",
"babel-eslint": "^11.0.0-beta.0",
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.18.2",
"jsdoc": "^3.6.3",
"jsdoc-babel": "^0.5.0",
"mocha": "^6.2.2",
"mocha-junit-reporter": "^1.23.1",
"mochawesome": "^4.1.0",
"nyc": "^14.1.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require @babel/register"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jcputney/scorm-again.git"
},
"keywords": [
"scorm",
"aicc",
"tincan",
"cmi"
],
"author": "Jonathan Putney <jonathan@putney.io>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/jcputney/scorm-again/issues"
},
"homepage": "https://github.com/jcputney/scorm-again#readme",
"dependencies": {}
}