-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.57 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
49
50
51
52
53
54
55
56
57
58
{
"name": "media-manager",
"version": "1.1.6",
"description": "",
"main": "src/app.js",
"scripts": {
"test": "yarn lint",
"dev": "./node_modules/.bin/nodemon index.js",
"start": "node index.js",
"fix": "eslint --fix src/*/*.js index.js test",
"lint": "eslint --ext src/*/*.js index.js test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/soixantecircuits/media-manager.git"
},
"author": "Soixante circuits",
"license": "MIT",
"bugs": {
"url": "https://github.com/soixantecircuits/media-manager/issues"
},
"homepage": "https://github.com/soixantecircuits/media-manager#readme",
"dependencies": {
"async": "^2.4.0",
"body-parser": "^1.15.2",
"chokidar": "^1.6.1",
"commander": "^2.9.0",
"cors": "^2.8.1",
"download": "^6.2.2",
"express": "^4.14.0",
"fs-extra": "^3.0.1",
"ip": "^1.1.5",
"media-helper": "^1.1.1",
"moment": "^2.17.1",
"mongoose": "^4.7.6",
"nconf": "^0.8.4",
"path": "^0.12.7",
"spacebro-client": "^0.4.2",
"standard-settings": "^1.1.0",
"uuid": "^3.0.1",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-eslint": "7",
"eslint": "3.x",
"eslint-config-standard": "^5.1.0",
"eslint-friendly-formatter": "^2.0.5",
"eslint-loader": "^1.3.0",
"eslint-plugin-ava": "^4.2.1",
"eslint-plugin-html": "^1.3.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"nodemon": "^1.11.0",
"standard": "^10.0.2"
}
}