-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 925 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
{
"name": "mobile-videoplayer",
"version": "0.0.1",
"description": "videoplayer for mobile browser, especially ios safari which is disabled to autoplay mp4",
"main": "npm start",
"devDependencies": {
"grunt": "~0.4.5",
"matchdep": "~0.3.0",
"istanbul": "~0.3.5",
"coveralls": "~2.11.2",
"connect-livereload": "~0.5.2",
"grunt-contrib-connect": "~0.10.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-jshint": "~0.11.1",
"grunt-contrib-testem": "~0.5.16",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-usemin": "~3.0.0",
"grunt-filerev": "~2.2.0",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-concat": "~0.5.0"
},
"scripts": {
"start": "grunt",
"build": "grunt build",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://bitbucket.org:yoheimuta/mobile-videoplayer.js.git"
}
}