-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 731 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 731 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
{
"name": "feathers-element",
"version": "0.0.1",
"authors": [
"wuyuanyi <wuyuanyi135@gmail.com>"
],
"description": "feathers.js polymer element",
"main": "",
"moduleType": [],
"repository": "https://github.com/wuyuanyi135/feathers-element",
"license": "MIT",
"homepage": "",
"keywords": ["web-components"],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "polymer/Polymer#~1.2.4",
"socket.io-client": "~1.4.4"
},
"devDependencies": {
"web-component-tester": "~4.1.0",
"seed-element": "PolymerElements/seed-element#~1.0.7",
"iron-component-page": "PolymerElements/iron-component-page#~1.1.4"
}
}