-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "@granite-elements/ace-widget",
"description": "LostInBrittany's Ace (http://ace.c9.io/) widget",
"keywords": [
"web-component",
"web-components",
"polymer",
"lostinbrittany",
"ace"
],
"homepage": "https://github.com/LostInBrittany/ace-widget",
"repository": {
"type": "git",
"url": "https://github.com/LostInBrittany/ace-widget"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
},
"main": "ace-widget.js",
"author": "Horacio Gonzalez <[email protected]>",
"license": "MIT",
"dependencies": {
"@polymer/polymer": "^3.0.0",
"ace-builds": "^1.4.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/iron-demo-helpers": "^3.0.0-pre.18",
"@polymer/iron-icon": "^3.0.0-pre.18",
"@polymer/iron-icons": "^3.0.0-pre.18",
"@polymer/iron-test-helpers": "^3.0.0-pre.18",
"@polymer/test-fixture": "^3.0.0-pre.18",
"wct-browser-legacy": "^0.0.1-pre.11",
"@webcomponents/webcomponentsjs": "^2.0.0"
},
"version": "2.2.7-b1"
}