-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1.13 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
{
"name": "audiovideoplayback",
"version": "4.4.0",
"description": "Mendix widget, AudioVideoPlayBack is a Mendix widget built on top of Jplayer.",
"author": "Andries Smit <[email protected], Acellam Guy",
"copyright": "Flock of Birds International BV",
"main": "GruntFile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mistaguy/AudioVideoPlayBack.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mistaguy/AudioVideoPlayBack/issues"
},
"devDependencies": {
"eslint": "^3.18.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"grunt": "~0.4.5",
"grunt-cli": "~0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-compress": "~0.11.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-uglify": "^0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-file-append": "0.0.6",
"load-grunt-tasks": "^3.1.0"
}
}