halfred
Version:
parses JSON HAL resources (Hypertext Application Language)
29 lines (28 loc) • 524 B
JSON
{
"name": "halfred",
"main": "browser/dist/halfred.js",
"version": "1.1.0",
"homepage": "https://github.com/traverson/halfred",
"authors": [
"Bastian Krol <bastian.krol@web.de>"
],
"description": "parses JSON HAL resources (Hypertext Application Language)",
"moduleType": [
"amd"
],
"keywords": [
"HAL",
"REST",
"JSON"
],
"license": "MIT",
"ignore": [
"**/.*",
"bin",
"bower_components",
"howto_release.markdown",
"lib",
"node_modules",
"test"
]
}