forked from tagspaces/tagspaces
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (62 loc) · 1.95 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
59
60
61
62
63
{
"name": "tagspaces",
"license": "AGPL 3.0",
"author": "TagSpaces Authors",
"version": "2.9.0",
"mainversion": "2.9",
"subversion": "0",
"buildid": "20170715161933",
"title": "TagSpaces",
"fullName": "TagSpaces",
"id": "jid1-FBaMKxTifTSahQ@jetpack",
"main": "lib/main.js",
"description": "Offline document organizer and browser for your local files, supporting easy file tagging and document editing.",
"icon": "resource://jid1-fbamkxtiftsahq-at-jetpack/data/assets/icon48.png",
"homepage": "http://tagspaces.org",
"permissions": {
"private-browsing": false
},
"unpack": true,
"repository": {
"type": "git",
"url": "https://github.com/tagspaces/tagspaces.git"
},
"keywords": [
"file manager",
"file organizer"
],
"dependencies": {},
"devDependencies": {
"express": "^4.13.3",
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.6.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-fixmyjs": "~0.3.0",
"grunt-jsbeautifier": "~0.2.8",
"grunt-jscs": "~1.1.0",
"grunt-jsdoc": "^0.5.7",
"grunt-mozilla-addon-sdk": "~0.3.2",
"grunt-myth": "^1.0.1",
"grunt-replace": "~0.8.0",
"grunt-text-replace": "~0.3.11",
"jpm": "~1.0.7",
"jsDAV": "~0.3.2",
"load-grunt-tasks": "^3.4.1"
},
"private": true,
"scripts": {
"start": "cd data && npm start",
"debug": "cd data && electron . --debug",
"portable": "cd data && electron . --portable",
"update-i18n": "tx pull -a",
"gen-jsdoc": "node node_modules/jsdoc/jsdoc.js -c jsdoc.conf.json --verbose",
"webdav": "cd data && cd web && node webdavserver.js",
"firefoxdev": "cfx run -b ~/Apps/firefoxdev/firefox -p ../mozprofile",
"firefox": "cfx run -p ../mozprofile --static-args='{ \"disableStrict\": true }'"
}
}