-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
35 lines (35 loc) · 1.06 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
{
"name": "h5p-drag-question",
"version": "1.10.1",
"description": "Drag and drop the elements into the correct drop zones.",
"main": "h5p-drag-question.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "cross-env NODE_ENV='development' webpack",
"build": "cross-env NODE_ENV='production' webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-drag-question.git"
},
"keywords": [],
"author": "Joubel",
"license": "MIT",
"bugs": {
"url": "https://github.com/h5p/h5p-drag-question/issues"
},
"homepage": "https://github.com/h5p/h5p-drag-question#readme",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/plugin-transform-object-assign": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-loader": "^8.2.5",
"cross-env": "^7.0.3",
"h5p-lib-controls": "^0.0.15",
"webpack": "^5.94.0",
"webpack-cli": "^4.10.0"
}
}