forked from fraserxu/gify-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 701 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 701 Bytes
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
{
"name": "gify-app",
"version": "0.1.0",
"description": "Convert videos to gifs as an OS X, Linux and Windows app",
"private": true,
"main": "main.js",
"scripts": {
"start": "./node_modules/.bin/component install && ./node_modules/.bin/component build --standalone gifyApp"
},
"repository": {
"type": "git",
"url": "https://github.com/fraserxu/gify-app.git"
},
"author": "fraserxu",
"license": "MIT",
"bugs": {
"url": "https://github.com/fraserxu/gify-app/issues"
},
"homepage": "https://github.com/fraserxu/gify-app",
"devDependencies": {
"component": "^0.19.9",
"component-builder": "^1.1.5"
},
"dependencies": {
"gify": "^0.2.0"
}
}