forked from AxisCommunications/locomote-video-player
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 902 Bytes
/
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
{
"name": "locomote-video-player",
"version": "0.1.0",
"description": "Media player for Adobe Flash with support for RTSP, RTMP and HTTP.",
"scripts": {
"test": "./node_modules/.bin/gulp test",
"postinstall": "./node_modules/.bin/gulp --color"
},
"repository": {
"type": "git",
"url": "https://github.com/AxisCommunications/locomote-video-player.git"
},
"dependencies": {
"jscs": "^1.5.8",
"jshint": "^2.5.2",
"flex-sdk": "^4.6.0-0",
"underscore": "^1.6.0",
"gulp": "^3.8.6",
"gulp-util": "^3.0.0",
"gulp-rimraf": "^0.1.0",
"gulp-jshint": "^1.7.1",
"gulp-jscs": "^0.6.0",
"gulp-uglify": "^1.0.1",
"gulp-rename": "^1.2.0",
"gulp-git": "^0.5.0",
"gulp-bump": "^0.1.11",
"yargs": "^1.3.1"
},
"engines": {
"node": "0.10.x"
},
"author": "Alexander Olsson <alexander.olsson@axis.com>",
"license": "GPL2"
}