forked from bluzky/salad_ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 932 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 932 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
{
"name": "salad_ui",
"version": "1.0.0",
"description": "Phoenix LiveView components library and framework",
"main": "index.js",
"files": [
"README.md",
"LICENSE.md",
"package.json",
"priv/static/*",
"assets/*",
"assets/salad_ui/*",
"assets/salad_ui/core/*",
"assets/salad_ui/components/*"
],
"exports": {
".": "./assets/salad_ui/index.js",
"./components/*": "./assets/salad_ui/components/*.js",
"./core/*": "./assets/salad_ui/core/*.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluzky/salad_ui.git"
},
"keywords": ["liveview", "phoenix", "framework", "salad_ui"],
"author": "Bluzky (Daniel Nguyen)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bluzky/salad_ui/issues"
},
"homepage": "https://github.com/bluzky/salad_ui#readme"
}