Skip to content

Commit

Permalink
package.json and rename license
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrojs committed Nov 16, 2021
1 parent c5d2f76 commit dbea9a8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 17 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
[javascript-url]: "javascript"

[nodejs-image]: https://img.shields.io/badge/node-%3E%3D%2012.0.0-green
[npm-url]: https://npmjs.org/package/@ostrojs/foundation "npm"
[npm-url]: https://npmjs.org/package/@ostro/foundation "npm"

[license-image]: https://img.shields.io/github/license/ostrojs/foundation
[license-url]: LICENSE.md "license"
29 changes: 13 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,32 @@
{
"name": "@ostro/foundation",
"version": "0.0.0-alpha.0",
"description": "MVC framework for NodeJS",
"engines": {
"node": ">= 12.0"
},
"description": "Foundation for OstroJS",
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/auth": "^0.0.0-alpha.0",
"@ostro/config": "^0.0.0-alpha.0",
"@ostro/container": "^0.0.0-alpha.0",
"@ostro/contracts": "^0.0.0-alpha.0",
"@ostro/filesystem": "^0.0.0-alpha.0",
"@ostro/http": "^0.0.0-alpha.0",
"@ostro/logger": "^0.0.0-alpha.0",
"@ostro/support": "^0.0.0-alpha.0",
"@ostro/auth": "^0.0.0-alpha",
"@ostro/config": "^0.0.0-alpha",
"@ostro/container": "^0.0.0-alpha",
"@ostro/contracts": "^0.0.0-alpha",
"@ostro/filesystem": "^0.0.0-alpha",
"@ostro/http": "^0.0.0-alpha",
"@ostro/logger": "^0.0.0-alpha",
"@ostro/support": "^0.0.0-alpha",
"dotenv": "10.0.0",
"csrf": "3.1.0",
"fs-extra": "^10.0.0",
"serve-static": "1.14.1",
"lodash.get": "^4.4.2",
"ouch": "^2.0.0"
},
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"keywords": [
"ostro",
"framework",
"nodejs framework",
"mvc",
"foundation"
],
"author": "amar",
Expand Down

0 comments on commit dbea9a8

Please sign in to comment.