forked from tunapanda/h5p-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 697 Bytes
/
Copy pathbower.json
File metadata and controls
32 lines (32 loc) · 697 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
{
"name": "h5p-standalone",
"version": "1.1.0",
"homepage": "https://github.com/tunapanda/h5p-standalone",
"authors": [
"Jake Lee Kennedy <jake@tunapanda.org>"
],
"description": "Display H5P content as standalone frontend code, no server needed.",
"main": [
"dist/js/h5p-standalone-main.min.js",
"dist/js/h5p-standalone-frmae.min.js"
],
"moduleType": [
"globals"
],
"keywords": [
"h5p"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"h5p-php-library": "https://github.com/h5p/h5p-php-library.git",
"jquery": "~2.1.4",
"toposort": "~1.0.1"
}
}