12345678910111213141516171819 |
- {
- "name": "@mws/server",
- "version": "0.0.1",
- "description": "Server component for the Modular Web System",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "James Peret <james.peret@gmail.com> (http://jamesperet.com/)",
- "license": "ISC",
- "dependencies": {
- "chalk": "^4.1.2",
- "ejs": "^3.1.8",
- "express": "^4.18.1",
- "express-ejs-layouts": "^2.5.1"
- },
- "mws_module": true,
- "publishConfig":{"registry":"https://registry.kairoscope.net"}
- }
|