am-serv
Version:
AbstractMechanics is a framework developed by Andrew Chamber's small group of side projects called Katana Development. Its meant to have a small small footprint, be easy to use, yet powerfull when developing complex websites, and web-applications.
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "am-serv",
"version": "1.0.3",
"description": "AbstractMechanics is a framework developed by Andrew Chamber's small group of side projects called Katana Development. Its meant to have a small small footprint, be easy to use, yet powerfull when developing complex websites, and web-applications.",
"main": "main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "sandbox.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Katana-Development/am-serv.git"
},
"keywords": [
"NodeJS",
"Framework",
"Abstract-Mechanics",
"AM",
"AbbyMech",
"JavaScript",
"npm",
"Github",
"Server",
"Application-Development",
"Development."
],
"author": "A. Jay Chambers",
"license": "MIT",
"bugs": {
"url": "https://github.com/Katana-Development/am-serv/issues"
},
"homepage": "https://github.com/Katana-Development/am-serv#readme",
"dependencies": {
"query-mechanic": "^1.0.0"
},
"devDependencies": {}
}