|
|
@ -2,7 +2,7 @@
|
|
|
|
"name": "pastebin-stream",
|
|
|
|
"name": "pastebin-stream",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
},
|
|
|
@ -33,6 +33,7 @@
|
|
|
|
"devDependencies": {
|
|
|
|
"devDependencies": {
|
|
|
|
"@joepie91/gulp-partial-patch-livereload-logger": "^1.0.1",
|
|
|
|
"@joepie91/gulp-partial-patch-livereload-logger": "^1.0.1",
|
|
|
|
"@joepie91/gulp-preset-scss": "^1.0.3",
|
|
|
|
"@joepie91/gulp-preset-scss": "^1.0.3",
|
|
|
|
|
|
|
|
"await-server": "^1.0.0",
|
|
|
|
"babel-core": "^6.22.1",
|
|
|
|
"babel-core": "^6.22.1",
|
|
|
|
"babel-loader": "^6.2.10",
|
|
|
|
"babel-loader": "^6.2.10",
|
|
|
|
"babel-preset-es2015": "^6.22.0",
|
|
|
|
"babel-preset-es2015": "^6.22.0",
|
|
|
|