forked from raindropio/extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (46 loc) · 1.1 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
{
"name": "extensions",
"version": "3.4.1",
"description": "Raindrop.io browser extensions and Mac App",
"main": "gulpfile.js",
"dependencies": {
"caniuse-db": "~1.0.30000047",
"body-parser": "~1.10.1",
"gulp": "~3.8.10",
"gulp-autoprefixer": "~2.1.0",
"gulp-concat": "~2.4.3",
"gulp-imagemin": "~2.1.0",
"gulp-jsmin": "~0.1.4",
"gulp-minify-css": "~0.3.12",
"gulp-sync": "~0.1.4",
"gulp-rimraf": "~0.1.1",
"gulp-shell": "~0.2.11",
"gulp-stylus": "~2.0.0",
"run-sequence": "~1.0.2",
"nib": "~1.0.4",
"rimraf": "~2.2.8",
"q": "~1.1.2",
"util": "~0.10.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/raindropio/extensions"
},
"keywords": [
"bookmarks",
"chrome",
"safari",
"firefox",
"mac"
],
"author": "Rustem Mussabekov",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/raindropio/extensions/issues"
},
"homepage": "https://github.com/raindropio/extensions"
}