forked from veo-labs/openveo-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.34 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": "@openveo/player",
"version": "0.0.2",
"description": "OpenVeo player to play a video with associated slides",
"publishConfig": {
"registry": "http://87.98.155.235:4873/"
},
"keywords": [
"openveo",
"veo-labs",
"player",
"vimeo",
"html",
"flowplayer",
"video"
],
"homepage": "https://gitlab.com/veo-labs/openveo-player",
"bugs": {
"url": "https://gitlab.com/veo-labs/openveo-player/issues"
},
"license": "AGPL-3.0",
"author": "Veo-Labs <[email protected]> (http://www.veo-labs.com/)",
"repository": {
"type": "git",
"url": "https://gitlab.com/veo-labs/openveo-player.git"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0",
"glob": "^5.0.12",
"grunt": "^0.4.5",
"grunt-contrib-compass": "^1.0.3",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-uglify": "^0.9.1",
"grunt-extend-config": "^0.9.2",
"grunt-init": "^0.3.2",
"grunt-karma": "^0.11.2",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-ie-launcher": "^0.1.5",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-ng-html2js-preprocessor": "~0.1.2"
},
"scripts": {
"postinstall": "bower install"
},
"engines": {
"node": "^0.10.0"
}
}