forked from videojs/videojs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "harp-starter-app",
"version": "1.0.0",
"description": "Just some boiler plate for a harp application",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"grunt": "grunt",
"dev": "grunt dev",
"build": "grunt dist"
},
"author": "Matthew McClure <[email protected]>",
"license": "MIT",
"devDependencies": {
"@gkatsev/grunt-harp": "^0.19.0",
"babelify": "^6.0.2",
"bootstrap": "^3.3.6",
"bootstrap-sass": "^3.3.4",
"browserify-global-shim": "^1.0.3",
"es5-shim": "^4.5.8",
"es6-shim": "^0.35.0",
"es7-shim": "^6.0.0",
"font-awesome": "^4.3.0",
"globals": "^8.2.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"highlight.js": "^8.5.0",
"jquery": "^2.1.3",
"shelljs": "^0.8.1"
},
"dependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"global": "^4.3.0",
"marked": "^0.3.3",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"shortid": "^2.2.6",
"videojs-contrib-hls": "^5.12.2",
"videojs-playlist": "^4.2.2",
"videojs-playlist-ui": "^3.0.8"
}
}