Initial commit: set up environment

This commit is contained in:
Robbie Antenesse 2018-02-20 18:35:51 -07:00
commit f62803dc98
4 changed files with 3771 additions and 0 deletions

3
.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"presets": ["env"]
}

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
node_modules
dist
.cache

11
package.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "otp-generator",
"version": "0.0.1",
"description": "Make secure communication easy and fun!",
"author": "Robbie Antenesse <dev@alamantus.com>",
"license": "MIT",
"devDependencies": {
"babel-preset-env": "^1.6.1",
"parcel-bundler": "^1.6.2"
}
}

3754
yarn.lock Normal file

File diff suppressed because it is too large Load Diff