This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-forum-com-v1/package.json

17 lines
381 B
JSON

{
"name": "forum.inkletblot.com",
"version": "1.0.0",
"description": "angularjs implementation of my forum on inkletblot.com",
"main": "server.js",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Solomon Laing",
"license": "MIT"
}