2016-05-16 08:37:33 +01:00
|
|
|
{
|
2017-01-09 20:34:16 +00:00
|
|
|
"name": "tstatic",
|
2016-05-16 08:37:33 +01:00
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Container to host simple static applications using a node server, so files can be deployed using rsync",
|
2017-02-14 22:11:07 +00:00
|
|
|
"main": "node ./dist/server.js",
|
2017-01-09 20:34:16 +00:00
|
|
|
"bin": {
|
2017-02-14 22:11:07 +00:00
|
|
|
"tstatic": "node ./dist/server.js"
|
2017-01-09 20:37:45 +00:00
|
|
|
},
|
2016-05-16 08:37:33 +01:00
|
|
|
"scripts": {
|
2017-02-14 22:11:07 +00:00
|
|
|
"start": "node ./dist/server.js site/",
|
2017-02-14 21:44:28 +00:00
|
|
|
"postinstall": "typings install",
|
2017-02-14 22:21:08 +00:00
|
|
|
"build": "tsc",
|
|
|
|
"test": "npm run build"
|
2016-05-16 08:37:33 +01:00
|
|
|
},
|
2016-08-13 16:31:22 +01:00
|
|
|
"engines": {
|
2017-01-09 20:34:16 +00:00
|
|
|
"node": "6.9.4"
|
2016-08-13 16:31:22 +01:00
|
|
|
},
|
2016-05-16 08:37:33 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-01-09 20:34:16 +00:00
|
|
|
"url": "git+https://github.com/RealOrangeOne/tstatic.git"
|
2016-05-16 08:37:33 +01:00
|
|
|
},
|
|
|
|
"author": "Jake Howard <git@theorangeone.net>",
|
|
|
|
"bugs": {
|
2017-01-09 20:34:16 +00:00
|
|
|
"url": "https://github.com/RealOrangeOne/tstatic/issues"
|
2016-05-16 08:37:33 +01:00
|
|
|
},
|
2017-01-09 20:34:16 +00:00
|
|
|
"homepage": "https://github.com/RealOrangeOne/tstatic#readme",
|
2016-05-16 08:37:33 +01:00
|
|
|
"dependencies": {
|
2017-01-21 18:22:50 +00:00
|
|
|
"basic-auth": "^1.1.0",
|
2016-08-26 12:37:06 +01:00
|
|
|
"compression": "=1.6.2",
|
2016-08-20 23:09:04 +01:00
|
|
|
"connect-static-file": "=1.1.2",
|
2016-10-02 11:57:04 +01:00
|
|
|
"express": "=4.14.0",
|
2017-01-21 21:06:21 +00:00
|
|
|
"express-basic-auth": "=0.2.3",
|
2017-02-13 09:49:32 +00:00
|
|
|
"express-ip-access-control": "=1.0.5",
|
2017-01-09 20:37:45 +00:00
|
|
|
"express-winston": "=2.1.2",
|
2017-01-19 17:39:29 +00:00
|
|
|
"helmet": "=3.4.0",
|
|
|
|
"opbeat": "=4.7.0",
|
2017-02-13 08:50:51 +00:00
|
|
|
"serve-index": "=1.8.0",
|
2017-01-09 20:37:45 +00:00
|
|
|
"winston": "=2.3.0"
|
2016-05-16 08:37:33 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-19 17:39:29 +00:00
|
|
|
"eslint-config": "dabapps/eslint-config#2.0.5",
|
2017-01-09 20:37:45 +00:00
|
|
|
"mocha": "=3.2.0",
|
|
|
|
"nsp": "=2.6.2",
|
2017-02-14 21:44:28 +00:00
|
|
|
"supertest": "=2.0.1",
|
|
|
|
"typescript": "^2.1.6",
|
|
|
|
"typings": "^2.1.0"
|
2016-05-16 08:50:55 +01:00
|
|
|
}
|
2016-05-16 08:37:33 +01:00
|
|
|
}
|