forked from emexal-company/sp-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.06 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
{
"name": "@spectrum/sp-dropdown",
"version": "0.0.1",
"description": "",
"main": "dist/dropdown.component.js",
"module": "dist/dropdown.component.js",
"dependencies": {
"@spectrum/sp-base": "git+https://github.com/emexal-company/sp-base.git",
"@spectrum/sp-config": "git+https://github.com/emexal-company/sp-config.git",
"@spectrum/sp-popover": "git+https://github.com/emexal-company/sp-popover.git",
"@spectrum/sp-button": "git+https://github.com/emexal-company/sp-button.git",
"@spectrum/sp-icon": "git+https://github.com/emexal-company/sp-icon.git",
"@spectrum/sp-menu": "git+https://github.com/emexal-company/sp-menu.git",
"@spectrum/sp-dropdownitem": "git+https://github.com/emexal-company/sp-dropdownitem.git",
"lit-element": "^2.4.0",
"tslib": "^2.0.1"
},
"devDependencies": {
"typescript": "^3.3.3"
},
"scripts": {
"build": "tsc"
},
"engines": {
"node": ">=8.3"
},
"publishConfig": {
"access": "public"
},
"author": "Omar BELKHODJA",
"license": "Apache-2.0"
}