-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "bas-websql-driver",
"version": "1.0.0",
"description": "websql-driver for typeorm for bas project",
"main": "index.js",
"license": "MIT",
"dependencies": {
"reflect-metadata": "^0.1.9"
},
"devDependencies": {
"@types/chai": "^3.4.35",
"@types/chai-as-promised": "0.0.29",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.5",
"@types/promises-a-plus": "0.0.27",
"@types/sinon": "^1.16.35",
"chai": "^3.4.1",
"chai-as-promised": "^6.0.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-file": "^0.3.0",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.6.1",
"gulp-sourcemaps": "^2.4.1",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.5",
"gulp-uglify": "^2.0.0",
"gulpclass": "0.1.1",
"mocha": "^3.2.0",
"mongodb": "^2.2.24",
"remap-istanbul": "^0.9.1",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"ts-node": "^2.1.0",
"tslint": "^4.4.2",
"tslint-stylish": "^2.1.0",
"typescript": "^2.2.1"
}
}