forked from h5p/h5p-course-presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.19 KB
/
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
33
34
35
36
37
38
39
{
"name": "h5p-course-presentation",
"version": "1.20.0",
"description": "A free HTML5- based presentation content type which allows users to add multiple choice, fill in the blanks, texts and other types of interactions to their presentations using only a web browser.",
"private": true,
"scripts": {
"build": "cross-env NODE_ENV='production' webpack -p",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-course-presentation.git"
},
"keywords": [
"h5p",
"content-type"
],
"author": "Joubel",
"license": "MIT",
"devDependencies": {
"h5p-parent": "0.0.2",
"babel-cli": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"h5p-lib-controls": "0.0.12",
"node-sass": "^4.10.0",
"resolve-url-loader": "^2.3.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.12.0"
}
}