forked from h5p/h5p-drag-text
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "h5p-drag-text",
"version": "1.5.7",
"private": true,
"description": "Drag the Words allows content designers to create textual expressions with missing pieces of text. The end user drags a missing piece of text to its correct place, to form a complete expression.",
"scripts": {
"test": "ava",
"build": "cross-env NODE_ENV='production' webpack -p",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/h5p/h5p-drag-text.git"
},
"author": "Joubel",
"license": "MIT",
"homepage": "https://github.com/h5p/h5p-drag-text",
"devDependencies": {
"ava": "^2.2.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^6.3.2",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-stage-3": "^6.24.1",
"browser-env": "^2.0.30",
"cross-env": "^4.0.0",
"css-loader": "^3.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"h5p-lib-controls": "0.0.15",
"inject-loader": "^3.0.0",
"raw-loader": "^0.5.1",
"require-extension-hooks": "^0.2.0",
"require-extension-hooks-babel": "^0.1.0",
"style-loader": "^0.13.2",
"timer-machine": "^1.1.0",
"url-loader": "^2.0.1",
"webpack": "^2.2.1"
},
"ava": {
"babel": {
"presets": [
"@ava/stage-4",
"stage-3"
]
},
"require": [
"babel-polyfill",
"./tests/helpers/setup.js"
]
}
}