aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-07-12 16:56:26 +0300
committerJan Tuomi <jan.tuomi@eficode.com>2018-07-12 16:56:59 +0300
commit8b07446f67a5e68d00725fef37061bc87643beb6 (patch)
treeb5350b11840b808d663e877046e34916c99c81b5 /package.json
parent0b4ebb81270f016bb7e5ed0e95e5e07146c03f0f (diff)
Implement installation of NPM packages on host
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index 897c5d5..078b8be 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "faaslift",
- "version": "1.0.4",
+ "version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
@@ -12,11 +12,12 @@
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
+ "dotenv": "^6.0.0",
"express": "^4.16.3",
"monk": "^6.0.6",
+ "npm-programmatic": "0.0.10",
"require-from-string": "^2.0.2",
- "vorpal": "^1.12.0",
- "dotenv": "^6.0.0"
+ "vorpal": "^1.12.0"
},
"devDependencies": {
"nodemon": "^1.18.1",