-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 933 Bytes
/
package.json
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/scormcloud-api-v2-client-javascript",
"version": "4.0.0",
"description": "Swagger Generated JavaScript Client for SCORM Cloud API v2",
"main": "src/rustici-software-cloud-v2/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RusticiSoftware/scormcloud-api-v2-client-javascript.git"
},
"keywords": [
"scorm",
"cloud",
"scormcloud",
"rustici",
"software",
"rusticisoftware"
],
"author": "Rustici Software",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RusticiSoftware/scormcloud-api-v2-client-javascript/issues"
},
"homepage": "https://github.com/RusticiSoftware/scormcloud-api-v2-client-javascript#readme",
"browser": {
"fs": false
},
"dependencies": {
"superagent": "3.7.0",
"querystring": "0.2.0"
}
}