-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 823 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 823 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
32
33
34
35
36
{
"name": "scorm-local",
"version": "0.1.1",
"description": "SCORM API to test SCOs with localStorage.",
"homepage": "https://github.com/blvz/scorm-local",
"keywords": [
"scorm",
"localstorage",
"e-learning"
],
"repository": {
"url": "git://github.com/blvz/scorm-local.git",
"type": "git"
},
"author": "Rafael Belvederese <rafael@blvz.im>",
"license": "MIT",
"scripts": {
"prepublish": "make scorm-local.min.js",
"test": "mocha -u tdd --reporter dot test/*spec.js"
},
"main": "scorm-local.js",
"files": [
"scorm-local.js"
],
"devDependencies": {
"chai": "*",
"karma": "*",
"karma-chai": "*",
"karma-mocha": "*",
"karma-requirejs": "*",
"mocha": "*",
"node-localstorage": "*",
"requirejs": "*",
"uglify-js": "^2.4.20"
}
}