forked from mp4ra/mp4ra.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 805 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
35
36
{
"name": "mp4ra",
"version": "1.0.0",
"description": "",
"dependencies": {
"bootstrap": "^4.2.1",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"papaparse": "^5.3.0",
"popper.js": "^1.14.7",
"requirejs": "^2.3.6",
"underscore": "^1.9.1",
"vue": "^2.5.22",
"vue-router": "^3.0.2"
},
"devDependencies": {
"brfs": "^1.4.4",
"browserify": "^16.2.3"
},
"browser": {
"vue": "vue/dist/vue.common.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edrthomas/mp4ra.git"
},
"keywords": [],
"author": "",
"bugs": {
"url": "https://github.com/edrthomas/mp4ra/issues"
},
"homepage": "https://github.com/edrthomas/mp4ra#readme"
}