forked from floccusaddon/floccus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "floccus",
"version": "3.2.15",
"description": "Sync your bookmarks across browsers via Nextcloud, WebDAV or a local file (and thus any file sync solution)",
"main": "index.js",
"scripts": {
"build": "gulp",
"build-release": "gulp release",
"test": "node test/selenium-runner.js",
"keygen": "gulp keygen"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelklehr/floccus.git"
},
"author": "",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/marcelklehr/floccus/issues"
},
"homepage": "https://github.com/marcelklehr/floccus#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"all-contributors-cli": "^5.11.0",
"babelify": "^10.0.0",
"browserify": "^14.3.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chrome-webstore-upload": "^0.2.2",
"gulp": "^3.9.1",
"gulp-crx-pack": "^1.0.2",
"gulp-run-command": "0.0.9",
"gulp-tap": "^1.0.1",
"gulp-zip": "^4.2.0",
"mocha": "^5.0.4",
"selenium-webdriver": "^4.0.0-alpha.1",
"through2": "^2.0.5"
},
"dependencies": {
"async-lock": "^1.2.0",
"async-parallel": "^1.2.3",
"babel-polyfill": "^6.20.0",
"conservative-normalize-url": "^1.0.1",
"dom-delegator": "^13.1.0",
"humanize-duration": "^3.18.0",
"hyperapp": "^1.2.9",
"js-base64": "^2.5.1",
"murmur2js": "^1.0.0",
"normalize-url": "^4.3.0",
"p-queue": "^2.4.2",
"picostyle": "^1.0.2",
"punycode": "^2.1.1",
"virtual-dom": "^2.1.1"
}
}