forked from davideast/Querybase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1 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
43
44
45
{
"name": "querybase",
"version": "0.6.0",
"description": "Bringing the where statement to Firebase",
"main": "dist/querybase.umd.min.js",
"scripts": {
"start": "gulp",
"test": "gulp"
},
"keywords": [
"Firebase"
],
"author": "David East",
"license": "Apache-2.0",
"files": [
"dist"
],
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.35",
"@types/node": "^6.0.51",
"@types/sinon": "^1.16.34",
"chai": "^3.4.1",
"coveralls": "^2.11.9",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-better-rollup": "^1.0.2",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.5.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^3.1.3",
"gulp-uglify": "^2.0.0",
"mocha": "^2.3.4",
"rollup": "^0.36.4",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2",
"typescript": "^2.0.10"
},
"dependencies": {
"firebase": "^3.6.1"
}
}