forked from tunapanda/h5p-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 872 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
32
{
"name": "h5p-standalone",
"version": "1.1.0",
"description": "Display H5P content as standalone frontend code, no server needed.",
"main": "dist/js/h5p-standalone-main.min.js",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-babel": "^5.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"gulp-webserver": "^0.9.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tunapanda/h5p-standalone.git"
},
"keywords": [
"h5p"
],
"author": "Jake Lee Kennedy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tunapanda/h5p-standalone/issues"
},
"homepage": "https://github.com/tunapanda/h5p-standalone#readme"
}