-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 919 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 919 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "chrome-sync",
"version": "0.1.0",
"description": "Chrome extension to access list of tabs that you have synced from Chrome",
"dependencies": {
"buffer": "^3.3.1",
"jquery": "^2.1.4",
"long": "^3.0.1",
"protobufjs": "^4.1.2",
"request": "^2.58.0",
"xmlhttprequest": "^1.7.0"
},
"devDependencies": {
"babelify": "^6.1.2",
"brfs": "^1.4.0",
"browserify": "^10.2.4",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-cat": "^0.3.3",
"gulp-crx": "PavelVanecek/gulp-crx",
"gulp-mocha": "^2.1.3",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"build": "gulp --harmony --harmony_arrow_functions --harmony_object_literals"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"chrome",
"extension",
"tabs",
"sync"
],
"author": "Matthew Gertner <matthew@salsitasoft.com>",
"license": "MIT"
}