Add initial project config
Showing
.editorconfig
0 → 100644
.jscsrc
0 → 100644
.jshintrc
0 → 100644
.nvmrc
0 → 100644
package.json
0 → 100644
{ | ||
"name": "blendb", | ||
"version": "0.0.1", | ||
"description": "BlenDB", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.c3sl.ufpr.br:c3sl/blendb.git" | ||
}, | ||
"author": "Centro de Computação Científica e Software Livre (C3SL)", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"app-module-path": "^1.1.0", | ||
"eslint": "^3.2.2", | ||
"express": "^4.14.0", | ||
"gulp": "^3.9.1", | ||
"gulp-istanbul": "^1.0.0", | ||
"gulp-jscs": "^4.0.0", | ||
"gulp-jscs-stylish": "^1.4.0", | ||
"gulp-jshint": "^2.0.1", | ||
"gulp-mocha": "^3.0.0", | ||
"gulp-nodemon": "^2.1.0", | ||
"gulp-raml": "^0.1.3", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-size": "^2.1.0", | ||
"gulp-util": "^3.0.7", | ||
"jshint": "^2.9.2", | ||
"mongodb": "^2.2.5", | ||
"osprey": "^0.3.2", | ||
"raml2html": "^2.4.0" | ||
} | ||
} |
Please register or sign in to comment