add dependencies

This commit is contained in:
AJ ONeal 2017-03-29 18:28:35 -06:00
parent 00c1a1af61
commit ad8db87469
2 changed files with 10 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules
npm*.log
.*.sw*

View File

@ -20,5 +20,11 @@
"fields"
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "(MIT OR Apache-2.0)"
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"bluebird": "^3.5.0",
"colors": "^1.1.2",
"spliddit": "^2.1.1",
"strip-ansi": "^3.0.1"
}
}