2018-03-23 12:53:54 +01:00
|
|
|
{
|
|
|
|
"name": "lbry.tech",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A Vue.js project",
|
2018-04-20 15:17:16 +02:00
|
|
|
"author": "",
|
2018-03-23 12:53:54 +01:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2018-05-30 11:20:33 +02:00
|
|
|
"dev": "./node_modules/vuepress/bin/vuepress.js dev content",
|
2018-06-06 13:02:16 +02:00
|
|
|
"start": "./node_modules/vuepress/bin/vuepress.js build content && node server.js",
|
|
|
|
"test": "./node_modules/vuepress/bin/vuepress.js build content && ./node_modules/mocha/bin/mocha --exit"
|
2018-03-23 12:53:54 +01:00
|
|
|
},
|
2018-05-28 19:04:57 +02:00
|
|
|
"engines": {
|
|
|
|
"node": "10.2.x"
|
|
|
|
},
|
2018-04-20 15:17:16 +02:00
|
|
|
"license": "ISC",
|
2018-03-23 12:53:54 +01:00
|
|
|
"dependencies": {
|
2018-05-11 10:36:07 +02:00
|
|
|
"@octokit/rest": "^15.4.0",
|
2018-05-12 12:03:21 +02:00
|
|
|
"async": "^2.6.0",
|
2018-04-23 10:54:03 +02:00
|
|
|
"cors": "^2.8.4",
|
2018-05-12 12:03:21 +02:00
|
|
|
"cron": "^1.3.0",
|
2018-05-11 22:08:44 +02:00
|
|
|
"dotenv": "^5.0.1",
|
2018-04-23 10:54:03 +02:00
|
|
|
"express": "^4.16.3",
|
|
|
|
"heroku-ssl-redirect": "0.0.4",
|
2018-04-20 15:17:16 +02:00
|
|
|
"highlight.js": "^9.12.0",
|
2018-05-25 11:17:23 +02:00
|
|
|
"node-sass": "^4.9.0",
|
2018-05-11 22:08:44 +02:00
|
|
|
"redis": "^2.8.0",
|
2018-04-23 10:54:03 +02:00
|
|
|
"request": "^2.85.0",
|
|
|
|
"sass-loader": "^7.0.1",
|
2018-06-01 09:10:22 +02:00
|
|
|
"slack-node": "^0.1.8",
|
2018-04-20 15:17:16 +02:00
|
|
|
"vue": "^2.5.16",
|
|
|
|
"vue-images-loaded": "^1.1.2",
|
2018-05-12 12:18:55 +02:00
|
|
|
"vue-moment": "^3.2.0",
|
2018-04-20 15:17:16 +02:00
|
|
|
"vue-resource": "^1.5.0",
|
2018-05-25 09:45:58 +02:00
|
|
|
"vuepress": "0.9.0"
|
2018-06-06 13:02:16 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "^4.1.2",
|
|
|
|
"chai-cheerio": "^1.0.0",
|
|
|
|
"chai-http": "^4.0.0",
|
|
|
|
"cheerio": "^1.0.0-rc.2",
|
|
|
|
"mocha": "^5.2.0"
|
2018-04-20 15:17:16 +02:00
|
|
|
}
|
2018-03-23 12:53:54 +01:00
|
|
|
}
|