summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2019-01-31 21:36:07 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2019-01-31 21:36:07 +0200
commit1d7e12b9b7be6375dff11e29739f4f0e78fbc31a (patch)
tree1c1dc35a4c20528dd29f377cfb4cd243ab35fe5c /package.json
Initial commitmaster
Diffstat (limited to 'package.json')
-rw-r--r--package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b8f08e9
--- /dev/null
+++ b/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "jereroll",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "start": "node index.js",
+ "dev": "nodemon index.js",
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "ejs": "^2.6.1",
+ "express": "^4.16.4"
+ },
+ "devDependencies": {
+ "nodemon": "^1.18.9"
+ }
+}