2017-12-15 18:34:59 +00:00
|
|
|
{
|
|
|
|
"name": "traintimespwa",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Train Times Progressive Web App",
|
|
|
|
"main": "app.js",
|
2020-09-16 10:06:11 +00:00
|
|
|
"scripts": {
|
|
|
|
"start:twitter": "node twitter.js",
|
|
|
|
"start:server": "node server.js"
|
|
|
|
},
|
2017-12-15 18:34:59 +00:00
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"apicache": "^1.2.0",
|
|
|
|
"babelify": "^8.0.0",
|
|
|
|
"backbone": "^1.3.3",
|
|
|
|
"browserify": "^14.5.0",
|
2018-06-14 08:20:19 +00:00
|
|
|
"compressjs": "^1.0.3",
|
2018-01-14 18:53:29 +00:00
|
|
|
"cors": "^2.8.4",
|
2020-08-19 10:25:53 +00:00
|
|
|
"cuid": "^2.1.8",
|
2020-05-04 09:34:41 +00:00
|
|
|
"dotenv": "^8.2.0",
|
2017-12-15 18:34:59 +00:00
|
|
|
"es6-promise": "^4.1.1",
|
|
|
|
"express": "^4.16.2",
|
2020-05-04 09:34:41 +00:00
|
|
|
"fecha": "^4.2.0",
|
2017-12-15 18:34:59 +00:00
|
|
|
"jquery": "^3.2.1",
|
2018-06-14 08:20:19 +00:00
|
|
|
"json-lzw": "^0.3.2",
|
2017-12-15 18:34:59 +00:00
|
|
|
"log4js": "^2.4.1",
|
2018-06-14 08:20:19 +00:00
|
|
|
"lz77": "^1.1.0",
|
2017-12-15 18:34:59 +00:00
|
|
|
"minibus": "^3.1.0",
|
|
|
|
"muicss": "^0.9.33",
|
2020-08-16 19:05:28 +00:00
|
|
|
"node-crc": "^1.3.0",
|
2020-08-19 10:25:53 +00:00
|
|
|
"save": "^2.4.0",
|
2020-05-04 09:34:41 +00:00
|
|
|
"sqlite3": "^4.2.0",
|
|
|
|
"twitter-lite": "^0.11.0",
|
2020-08-16 19:05:28 +00:00
|
|
|
"underscore": "^1.8.3",
|
|
|
|
"ws": "^7.3.1"
|
2017-12-15 18:34:59 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-cli": "^6.26.0",
|
|
|
|
"babel-loader": "^7.1.2",
|
|
|
|
"babel-preset-env": "^1.6.1",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
|
|
|
"babel-preset-react": "^6.24.1",
|
2017-12-29 15:55:13 +00:00
|
|
|
"backbone.modal": "^1.1.6",
|
|
|
|
"cheerio": "^1.0.0-rc.2",
|
2017-12-15 18:34:59 +00:00
|
|
|
"del": "^3.0.0",
|
|
|
|
"eslint": "^4.12.0",
|
|
|
|
"eslint-plugin-react": "^7.4.0",
|
|
|
|
"expect.js": "^0.3.1",
|
2018-02-12 12:37:18 +00:00
|
|
|
"jsonfile": "^4.0.0",
|
2017-12-15 18:34:59 +00:00
|
|
|
"lodash.assign": "^4.2.0",
|
|
|
|
"mocha": "^3.5.3",
|
|
|
|
"require-dir": "^0.3.2",
|
|
|
|
"sinon": "^4.1.1",
|
2020-05-04 09:34:41 +00:00
|
|
|
"tape": "^5.0.0",
|
|
|
|
"tape-promise": "^4.0.0",
|
2017-12-15 18:34:59 +00:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
|
|
|
"vinyl-source-stream": "^1.1.0",
|
|
|
|
"watchify": "^3.9.0"
|
|
|
|
}
|
|
|
|
}
|