-
- Downloads
Move to ts-node instead of tsc
Also removing outdated files, cleaning up the project
Showing
- .gitignore 1 addition, 2 deletions.gitignore
- .jscsrc 0 additions, 22 deletions.jscsrc
- .jshintrc 0 additions, 25 deletions.jshintrc
- gulpfile.js 0 additions, 191 deletionsgulpfile.js
- index.js 2 additions, 66 deletionsindex.js
- package.json 4 additions, 21 deletionspackage.json
- src/main.ts 0 additions, 0 deletionssrc/main.ts
- test.js 0 additions, 66 deletionstest.js
- test/mocha.opts 3 additions, 2 deletionstest/mocha.opts
- tsconfig.json 2 additions, 6 deletionstsconfig.json
.jscsrc
deleted
100644 → 0
.jshintrc
deleted
100644 → 0
gulpfile.js
deleted
100644 → 0
index.js
100755 → 100644
... | ... | @@ -5,10 +5,8 @@ |
"main": "index.js", | ||
"scripts": { | ||
"postinstall": "typings install", | ||
"prestart": "tsc", | ||
"start": "node build/src/boot", | ||
"pretest": "tsc", | ||
"test": "mocha", | ||
"start": "node index", | ||
"test": "istanbul cover -x \"**/*.spec.ts\" -e .ts _mocha", | ||
"lint": "tslint -s node_modules/tslint-stylish -t stylish src/**/*.ts test/**/*.ts" | ||
}, | ||
"repository": { | ||
... | ... | @@ -18,30 +16,15 @@ |
"author": "Centro de Computação Científica e Software Livre (C3SL)", | ||
"license": "GPL-3.0", | ||
"dependencies": { | ||
"app-module-path": "^1.1.0", | ||
"async": "^2.0.1", | ||
"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", | ||
"ts-node": "^1.2.3", | ||
"typescript": "^1.8.10", | ||
"typings": "^1.3.2" | ||
}, | ||
"devDependencies": { | ||
"chai": "^3.5.0", | ||
"istanbul": "1.1.0-alpha.1", | ||
"mocha": "^3.0.2", | ||
"tslint": "^3.14.0", | ||
"tslint-stylish": "^2.1.0-beta" | ||
... | ... |
File moved
test.js
deleted
100644 → 0
Please register or sign in to comment