hypersam
Version:
A framework for web apps powered by HyperHTML and the SAM pattern.
36 lines (35 loc) • 719 B
JSON
{
"name": "hypersam",
"version": "0.0.37",
"main": "index",
"author": "Slađan Ristić",
"license": "ISC",
"keywords": [
"hyperhtml",
"viperhtml",
"sam-pattern",
"single-page-app",
"server-side-rendering"
],
"repository": {
"url": "https://github.com/sladiri/hyper-sam"
},
"engines": {
"node": ">=8.1.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"hyperhtml": "^2.11.0",
"onpushstate": "^0.3.0",
"viperhtml": "^2.14.0"
},
"devDependencies": {
"babel-eslint": "^8.2.5",
"eslint": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"prettier": "^1.13.7",
"tslint": "^5.10.0"
}
}