-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"name": "linksync",
"version": "0.0.1",
"description": "A multi-platform bookmark, note and media system",
"main": "main.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ajduncan/linksync.git"
},
"keywords": [
"electron",
"bookmark",
"media",
"notes"
],
"author": "Andrew Duncan",
"license": "GPLv2 http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt",
"bugs": {
"url": "https://github.com/ajduncan/linksync/issues"
},
"homepage": "https://github.com/ajduncan/linksync/README.md",
"devDependencies": {
"asar": "^0.7.2",
"electron-prebuilt": "^0.36.0",
"electron-rebuild": "^1.0.2",
"fs-jetpack": "^0.7.0",
"gulp": "^3.9.0",
"gulp-less": "^3.0.3",
"gulp-util": "^3.0.6",
"q": "^1.4.1",
"rollup": "^0.21.0",
"tree-kill": "^0.1.1",
"yargs": "^3.15.0"
},
"scripts": {
"postinstall": "cd app && npm install",
"build": "gulp build",
"release": "gulp release --env=production",
"start": "node ./tasks/start",
"test": "node ./tasks/start --env=test"
}
}