otp-generator/package.json

23 lines
582 B
JSON
Raw Permalink Normal View History

2018-02-21 02:35:51 +01:00
{
"name": "otp-generator",
"version": "0.0.1",
"description": "Make secure communication easy and fun!",
"author": "Robbie Antenesse <dev@alamantus.com>",
"license": "MIT",
"scripts": {
"dev": "parcel ./index.html",
"build": "rimraf docs && parcel build ./index.html --out-dir docs --public-url ./"
},
2018-02-21 02:35:51 +01:00
"devDependencies": {
"babel-preset-env": "^1.6.1",
"parcel-bundler": "^1.6.2",
"rimraf": "^2.6.2"
2018-02-21 17:43:01 +01:00
},
"dependencies": {
"babel-polyfill": "^6.26.0",
2018-02-21 17:43:01 +01:00
"bulma": "^0.6.2",
"font-awesome": "^4.7.0",
"whatwg-fetch": "^2.0.3"
2018-02-21 02:35:51 +01:00
}
}