-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 791 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "@rusticisoftware/cmi5",
"version": "3.2.0",
"description": "A JavaScript library implementing the cmi5 specification for AUs during runtime.",
"repository": "https://github.com/RusticiSoftware/cmi5.js",
"license": "Apache-2.0",
"keywords": [
"cmi5",
"xapi",
"scorm"
],
"author": "Rustici Software <support@rusticisoftware.com>",
"contributors": [
{
"name": "Brian J. Miller",
"email": "brian.miller@rusticisoftware.com"
}
],
"main": "dist/cmi5.js",
"scripts": {
"build": "webpack"
},
"devDependencies": {
"@rusticisoftware/eslint-config": "^3.0.0",
"eslint": "^8.37.0",
"eslint-webpack-plugin": "^4.0.0",
"string-replace-loader": "^3.1.0",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1"
}
}