This repository was archived by the owner on Oct 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
49 lines (49 loc) · 1.43 KB
/
bower.json
File metadata and controls
49 lines (49 loc) · 1.43 KB
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
{
"name": "socket-fetch",
"version": "1.0.76",
"license": "LICENSE.txt",
"description": "A HTTP transport based on chrome.socket.tcp API.",
"authors": [
"Pawel Psztyc"
],
"homepage": "https://github.com/advanced-rest-client/socket-fetch",
"repository": {
"type": "git",
"url": "git://github.com/advanced-rest-client/socket-fetch.git"
},
"keywords": [
"chrome",
"socket",
"tcp",
"HTTP",
"chrome-apps",
"chrome"
],
"private": false,
"dependencies": {
"zlib": "imaya/zlib.js#^0.2.0",
"cookie-parser": "advanced-rest-client/cookie-parser#^1.0.2",
"crypto-js": "^3.1.6"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.5",
"web-component-tester": "Polymer/web-component-tester#^3.3.6",
"paper-styles": "PolymerElements/paper-styles#^1.0.2",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.0.1",
"paper-input": "PolymerElements/paper-input#^1.1.5",
"iron-list": "PolymerElements/iron-list#^1.2.2",
"chrome-app-livereload": "bestander/chrome-app-livereload#~0.0.5",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"paper-radio-group": "PolymerElements/paper-radio-group#^1.0.9",
"paper-radio-button": "PolymerElements/paper-radio-button#^1.1.0"
},
"ignore": [
"/.*",
"package.json",
"gulpfile.js",
"/test/",
"/chrome-app/",
".gitignore"
],
"main": "socket-fetch.html"
}