-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.08 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
{
"name": "emedia-frontend",
"version": "0.0.2",
"description": "frontend dependencies management and build",
"author": "benIT",
"license": "MIT",
"dependencies": {
"FitText.js": "davatron5000/FitText.js#^1.2.0",
"OswaldFont": "googlefonts/OswaldFont",
"bootstrap": "^3.3.7",
"chosen-js": "^1.8.0",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-cssmin": "^0.12.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-typescript": "^0.3.8",
"jquery": "^3.2.1",
"load-grunt-tasks": "^0.6.0",
"slabText": "freqdec/slabText#^2.2.0",
"videojs-contrib-hls": "^5.12.2",
"videojs-qualityselector": "0.0.4",
"videosjs-assets": "benIT/videosjs-assets"
},
"scripts": {
"postinstall": "node_modules/grunt-cli/bin/grunt"
},
"main": "index.js",
"repository": "git@github.com:benIT/e-media.git",
"devDependencies": {
"grunt": "^0.4.5"
}
}