feat.js
Version:
The Feat.JS Framework; Easy, powerful and fast.
46 lines (45 loc) • 983 B
JSON
{
"name": "feat.js",
"version": "0.0.9-pre",
"main": "src/index.js",
"scripts": {
"test": "mocha unit",
"start": "nodemon ./test/test.js"
},
"homepage": "https://github.com/Feat-js/feat#readme",
"repository": {
"type": "git",
"url": "https://github.com/Feat-js/feat.git"
},
"bugs": {
"url": "https://github.com/Feat-js/feat/issues",
"email": "support@skyswift.eu"
},
"license": "GNU General Public License v3.0",
"keywords": [
"feat",
"Front-end",
"Back-end",
"Frameworks",
"Reactive",
"SSR",
"Server-side",
"Rendering",
"Express"
],
"author": "skyswift.eu",
"directories": {
"lib": "lib",
"test": "test"
},
"description": "The Feat.JS Framework; Easy, powerful and fast.",
"categories": [
"Other"
],
"devDependencies": {
"assert": "^2.0.0",
"express": "^4.17.1",
"mocha": "^9.1.3",
"nodemon": "^2.0.15"
}
}