als-component
Version:
lightweight JavaScript library for creating reactive, server-rendered, and browser-based components.
22 lines (21 loc) • 511 B
JSON
{
"name": "als-component",
"version": "1.2.0",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Alex Sorkin",
"license": "MIT",
"description": "lightweight JavaScript library for creating reactive, server-rendered, and browser-based components.",
"dependencies": {},
"devDependencies": {
"als-browser-test": "^1.1.0",
"uglify-js": "^3.19.3"
}
}