rava
Version:
The Rava core library
31 lines (30 loc) • 700 B
JSON
{
"name": "rava",
"description": "The Rava core library",
"version": "2.2.0",
"homepage": "http://www.ravajs.com",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git://github.com/JEBailey/rava.git"
},
"main": "index.js",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-terser": "^1.1.5"
},
"bugs": {
"url": "https://github.com/JEBailey/rava/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dynamic-content",
"microjs",
"custom-elements",
"customelements"
],
"author": "Jason E Bailey <jason.bailey@24601.org> (http://www.ravajs.com)"
}