Folder structure #398

Merged
bones7242 merged 76 commits from folder-structure into master 2018-03-20 00:01:08 +01:00
Showing only changes of commit 308a1abcb5 - Show all commits

View file

@ -2,7 +2,7 @@
"name": "spee.ch",
"version": "0.0.1",
"description": "a single-serving site that reads and publishes images to and from the LBRY blockchain",
"main": "speech.js",
"main": "index.js",
"scripts": {
"test": "mocha --recursive",
"test-all": "mocha --recursive",
@ -34,6 +34,7 @@
"axios": "^0.16.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.17.1",
"babel-polyfill": "^6.26.0",
"config": "^1.26.1",
"connect-multiparty": "^2.0.0",
"cookie-session": "^2.0.0-beta.3",
@ -70,7 +71,6 @@
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",