aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2019-12-19 13:53:21 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2019-12-19 13:53:21 +0200
commitcfbfb43a5e06aac134002900a8630715dec1b9cb (patch)
treeaffd531f5e061717c0add425610027178995bb71 /package.json
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..12f8519
--- /dev/null
+++ b/package.json
@@ -0,0 +1,17 @@
+{
+ "name": "medium-frontend-env-demo",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "build": "rollup -c rollup.config.js"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "devDependencies": {
+ "rollup": "^1.27.13",
+ "rollup-plugin-copy": "^3.1.0",
+ "rollup-plugin-node-resolve": "^5.2.0"
+ }
+}