124 lines
4 KiB
JSON
124 lines
4 KiB
JSON
{
|
|
"name": "hostr",
|
|
"description": "Hostr - simple sharing",
|
|
"repository": "https://github.com/kudos/hostr-web",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": "^10.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run build-js && npm run build-sass",
|
|
"build-js": "babel -D -m system -d web/public/build -i web/public web/public/src",
|
|
"build-sass": "node-sass -r -o web/public/styles/ web/public/styles/",
|
|
"cover": "istanbul cover _mocha -- -r babel-register test/**/*.spec.js",
|
|
"heroku-postbuild": "jspm install && npm run build",
|
|
"init": "babel-node -e \"require('./lib/storage').default();\"",
|
|
"initdb": "node -r babel-register test/initdb.js",
|
|
"jspm": "jspm install",
|
|
"lint": "eslint .",
|
|
"start": "node -r babel-register app.js",
|
|
"test": "npm run test-seed && mocha -r babel-register test/**/*.spec.js",
|
|
"test-seed": "babel-node test/fixtures/user.js",
|
|
"watch": "concurrently -k -n watch-js,watch-server \"npm run watch-js\" \"npm run watch-server\"",
|
|
"watch-js": "babel -Dw -m system -d web/public/build web/public/src",
|
|
"watch-server": "nodemon -r babel-register -i web/public",
|
|
"watch-sass": "node-sass -w -r -o web/public/styles/ web/public/styles/"
|
|
},
|
|
"dependencies": {
|
|
"async-busboy": "^0.6.2",
|
|
"aws-sdk": "^2.245.1",
|
|
"babel": "^6.5.2",
|
|
"babel-cli": "^6.10.1",
|
|
"babel-plugin-transform-es2015-destructuring": "^6.23.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
|
|
"babel-plugin-transform-object-rest-spread": "^6.8.0",
|
|
"babel-register": "^6.9.0",
|
|
"basic-auth": "~2.0.0",
|
|
"busboy": "^0.2.14",
|
|
"co": "~4.6.0",
|
|
"co-redis": "^2.1.0",
|
|
"co-views": "~2.1.0",
|
|
"debug": "~3.1.0",
|
|
"ejs": "^2.6.1",
|
|
"form-data": "^2.3.2",
|
|
"http-errors": "^1.6.3",
|
|
"image-size": "^0.6.2",
|
|
"image-type": "^3.0.0",
|
|
"jimp": "0.2.28",
|
|
"jspm": "0.16.53",
|
|
"kcors": "^2.2.1",
|
|
"koa": "^2.5.1",
|
|
"koa-bodyparser": "^4.2.1",
|
|
"koa-compress": "~3.0.0",
|
|
"koa-csrf": "^3.0.6",
|
|
"koa-error": "^3.2.0",
|
|
"koa-favicon": "~2.0.1",
|
|
"koa-generic-session": "^2.0.1",
|
|
"koa-helmet": "^4.0.0",
|
|
"koa-logger": "~3.2.0",
|
|
"koa-redis": "^3.1.2",
|
|
"koa-router": "^7.4.0",
|
|
"koa-session": "^5.8.1",
|
|
"koa-static": "^4.0.3",
|
|
"koa-statsd": "~0.0.2",
|
|
"koa-views": "^6.1.4",
|
|
"koa-websocket": "^5.0.1",
|
|
"kue": "^0.11.6",
|
|
"mime-types": "^2.1.18",
|
|
"moment": "^2.22.1",
|
|
"mz": "^2.7.0",
|
|
"node-fetch": "^2.1.2",
|
|
"node-sass": "^4.9.0",
|
|
"node-uuid": "^1.4.8",
|
|
"passwords": "^1.3.1",
|
|
"pg": "^7.4.3",
|
|
"raven": "^2.6.2",
|
|
"redis": "^2.8.0",
|
|
"sendgrid": "^5.2.3",
|
|
"sequelize": "^4.37.10",
|
|
"ssh2": "^0.6.1",
|
|
"statsy": "~0.2.0",
|
|
"stripe": "^6.0.0",
|
|
"swig": "~1.4.2",
|
|
"validate-ip": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^8.2.3",
|
|
"concurrently": "^3.5.1",
|
|
"eslint": "^4.19.1",
|
|
"eslint-config-airbnb": "^16.1.0",
|
|
"eslint-plugin-import": "^2.12.0",
|
|
"istanbul": "^0.4.3",
|
|
"mocha": "^5.2.0",
|
|
"nodemon": "^1.17.4",
|
|
"supertest": "^3.1.0",
|
|
"tmp": "0.0.33"
|
|
},
|
|
"jspm": {
|
|
"directories": {
|
|
"baseURL": "web/public"
|
|
},
|
|
"dependencies": {
|
|
"angular": "npm:angular@^1.5.6",
|
|
"angular-reconnecting-websocket": "github:adieu/angular-reconnecting-websocket@~0.1.1",
|
|
"angular-strap": "npm:angular-strap@^2.3.8",
|
|
"angular/resource": "npm:angular-resource@^1.5.6",
|
|
"angular/route": "npm:angular-route@^1.5.6",
|
|
"bootstrap-sass": "npm:bootstrap-sass@^3.3.6",
|
|
"cferdinandi/smooth-scroll": "github:cferdinandi/smooth-scroll@~5.3.7",
|
|
"dropzone": "npm:dropzone@~4.0.1",
|
|
"jquery": "npm:jquery@^2.2.4",
|
|
"zeroclipboard": "npm:zeroclipboard@^2.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "npm:babel-core@^5.8.24",
|
|
"babel-runtime": "npm:babel-runtime@^5.8.24",
|
|
"core-js": "npm:core-js@^1.1.4"
|
|
}
|
|
},
|
|
"cacheDirectories": [
|
|
"node_modules",
|
|
"web/public/jspm_packages"
|
|
]
|
|
}
|