76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"title": "Geolets",
|
|
"name": "geolets",
|
|
"version": "0.0.1",
|
|
"description": "Geolets.",
|
|
"main": "server/server.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.thecodebureau.com:lohfu/geolets"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"gulp": "gulp",
|
|
"gulp:production": "NODE_ENV=production gulp",
|
|
"gulp:development": "NODE_ENV=development gulp"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"app-module-path": "^1.1.0",
|
|
"body-parser": "^1.15.2",
|
|
"chalk": "^1.1.3",
|
|
"connect-redis": "^3.1.0",
|
|
"cookie-parser": "^1.4.3",
|
|
"debug": "^2.2.0",
|
|
"express": "^4.14.0",
|
|
"express-session": "^1.14.0",
|
|
"leaflet": "^0.7.7",
|
|
"lodash": "^4.13.1",
|
|
"marko": "^3.7.2",
|
|
"mongoose": "^4.5.4",
|
|
"mongopot": "github:lohfu/mongopot",
|
|
"morgan": "^1.7.0",
|
|
"nodemailer": "^2.5.0",
|
|
"require-dir": "^0.3.0",
|
|
"warepot": "github:lohfu/warepot"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^6.3.7",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-preset-es2015": "^6.9.0",
|
|
"babel-preset-es2015-node6": "^0.2.0",
|
|
"babel-preset-react": "^6.11.1",
|
|
"babelify": "^7.3.0",
|
|
"browser-sync": "^2.13.0",
|
|
"browserify": "^13.0.1",
|
|
"chalk": "^1.1.3",
|
|
"csswring": "^5.1.0",
|
|
"eslint": "^3.0.1",
|
|
"eslint-config-airbnb": "^9.0.1",
|
|
"eslint-config-airbnb-base": "^4.0.0",
|
|
"eslint-plugin-import": "^1.10.3",
|
|
"eslint-plugin-jsx-a11y": "^2.0.1",
|
|
"eslint-plugin-react": "^5.2.2",
|
|
"event-stream": "^3.3.3",
|
|
"gulp": "github:gulpjs/gulp#4.0",
|
|
"gulp-less": "^3.1.0",
|
|
"gulp-postcss": "^6.1.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-svgmin": "^1.2.2",
|
|
"gulp-uglify": "^1.5.4",
|
|
"gulp-util": "^3.0.7",
|
|
"marko": "^3.7.2",
|
|
"markoify": "^2.1.1",
|
|
"mkdirp": "^0.5.1",
|
|
"nodemon": "^1.9.2",
|
|
"postcss": "^5.1.0",
|
|
"pretty-hrtime": "^1.0.2",
|
|
"rimraf": "^2.5.3",
|
|
"through2": "^2.0.1",
|
|
"vinyl-buffer": "^1.0.0",
|
|
"vinyl-source-stream": "^1.1.0",
|
|
"watchify": "^3.7.0"
|
|
}
|
|
}
|