-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "modv-media-manager",
"version": "1.0.0",
"description": "Manages Media for modV",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index.js",
"lint": "eslint ./lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sam Wray",
"license": "MIT",
"dependencies": {
"animated-gif-detector": "^1.2.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"chokidar": "^1.6.1",
"dependency-tree": "^6.1.0",
"express": "^4.15.4",
"ffbinaries": "^0.1.6",
"fluent-ffmpeg": "^2.1.0",
"math.js": "^1.1.43",
"meyda": "^4.1.3",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"nodejs-websocket": "^1.7.1",
"npm": "^6.1.0",
"ospath": "^1.2.2",
"recursive-deps": "^1.1.0",
"vue": "^2.5.16",
"webpack": "^2.6.1",
"yarn-api": "^1.1.0",
"yesno": "0.0.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-friendly-formatter": "^2.0.7",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.8.0"
}
}