forked from gabrieldoty/simplify-scorm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 777 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 777 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
{
"name": "simplify-scorm",
"version": "2.0.0",
"description": "Javascript API for SCORM 1.2 and SCORM 2004 Run-Time Implementations",
"license": "MIT",
"private": true,
"repository": "git@github.com:gabrieldoty/simplify-scorm.git",
"devDependencies": {
"chai": "^4.1.2",
"grunt": "^1.0.2",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.3.0",
"grunt-karma": "^2.0.0",
"gruntify-eslint": "^4.0.0",
"karma": "^2.0.2",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^1.3.4",
"mocha": "^5.1.1",
"puppeteer": "^1.3.0",
"sinon": "^5.0.4",
"sinon-chai": "^3.0.0"
},
"scripts": {
"build": "grunt",
"test": "grunt test",
"watch": "grunt watch"
}
}