platform/package.json

27 lines
638 B
JSON
Raw Normal View History

2016-12-13 16:34:22 +00:00
{
"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"
}