-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
33 lines (33 loc) · 823 Bytes
/
library.json
File metadata and controls
33 lines (33 loc) · 823 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
{
"name": "OneList",
"version": "0.0.7",
"description": "The Happy API - compositional API tools",
"keywords": "tool, static, list",
"repository":
{
"type": "git",
"url": "https://github.com/InternetOfPins/OneList.git"
},
"authors":
[
{
"name": "Rui Azevedo",
"email": "ruihfazevedo@gmail.com",
"url": "https://github.com/neu-rah",
"maintainer": true
},
{
"name": "@contributor Grok (xAI) - design, refinement & API",
"maintainer": false
}
],
"license": "MIT",
"homepage": "https://github.com/InternetOfPins/OneList",
"dependencies": {
"https://github.com/InternetOfPins/HAPI":"*",
"https://github.com/InternetOfPins/OneData":"*",
"https://github.com/InternetOfPins/OneList":"*"
},
"frameworks": "*",
"platforms": "*"
}