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-com-v1/package.json

17 lines
362 B
JSON

{
"name": "inkletblot.com",
"version": "1.0.0",
"description": "angularjs implementation of inkletblot.com",
"main": "index.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"
}