ampjs
Version:
A Javascript(NodeJS) framework for handling the AMP protocol
34 lines (33 loc) • 728 B
JSON
{
"name": "ampjs",
"version": "1.0.1",
"description": "A Javascript(NodeJS) framework for handling the AMP protocol",
"main": "./lib/ampjs-min.js",
"directories": {
"example": "examples",
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mmgrant73/AmpJS.git"
},
"keywords": [
"AMP",
"protocol",
"nodejs",
"javascript",
"library",
"framework",
"twisted"
],
"author": "Matthew Grant",
"license": "MIT",
"bugs": {
"url": "https://github.com/mmgrant73/AmpJS/issues"
},
"homepage": "https://github.com/mmgrant73/AmpJS#readme"
}