27 lines
638 B
JSON
27 lines
638 B
JSON
![]() |
{
|
||
|
"name": "angel_client",
|
||
|
"version": "1.0.0-dev",
|
||
|
"description": "Client library for the Angel framework.",
|
||
|
"main": "lib/angel_client.js",
|
||
|
"directories": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/angel-dart/angel_client.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"angel",
|
||
|
"angel_client"
|
||
|
],
|
||
|
"author": "Tobe O <thosakwe@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/angel-dart/angel_client/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/angel-dart/angel_client#readme"
|
||
|
}
|