tulipan
Version:
Tulipan.js is a simple minimalistic and progressive JavaScript Framework for building Single Page Applications on the web
38 lines (37 loc) • 919 B
JSON
{
"name": "tulipan",
"version": "1.7.0",
"description": "Tulipan.js is a simple minimalistic and progressive JavaScript Framework for building Single Page Applications on the web",
"main": "dist/tulipan.es.js",
"dependencies": {
"got": "12.2.0"
},
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/carrasquel/tulipan.git"
},
"keywords": [
"JavaScript",
"Front-End",
"Framework",
"vanilla"
],
"author": {
"name": "Nelson Carrasquel",
"email": "carrasquel@outlook.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/carrasquel/tulipan/issues"
},
"homepage": "https://github.com/carrasquel/tulipan#readme",
"exports": {
".": "./dist/tulipan.es.js"
}
}