This repository has been archived by the owner on Jan 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 2.23 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
{
"name": "media-share-plus",
"version": "0.1.0",
"description": "Share photos and videos on social media sites. You can also resize and add watermark to your media and add filters.\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[3~\u001b[3~\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[3~\u001b[3~\u001b[3~\u001b[3~\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C",
"main": "/public/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "gulp",
"gulpbuild": "gulp build",
"start": "node app/app.js",
"build": "npm run gulpbuild && node app/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/odegraciajr/media-share-plus.git"
},
"keywords": [
"facebook",
"twitter",
"instagram",
"ffmpeg",
"nodejs",
"imagemagick"
],
"author": "Oscar De Gracia Jr <odegraciajr@gmail.com> (http://tiltlab.xyz)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/odegraciajr/media-share-plus/issues"
},
"homepage": "https://github.com/odegraciajr/media-share-plus#readme",
"devDependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-es2015-node4": "^2.1.0",
"eslint": "^3.4.0",
"eslint-config-standard": "^6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"run-sequence": "^1.2.2"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"fluent-ffmpeg": "^2.1.0",
"fs-extra": "^0.30.0",
"gm": "^1.23.0",
"lodash": "^4.15.0",
"multer": "^1.2.0"
}
}