-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
38 lines (38 loc) · 923 Bytes
/
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
{
"name": "firebase-paginator",
"version": "1.1.2",
"description": "Pagination for Firebase",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"start": "npm run serve",
"serve": "polymer serve -p 8080",
"bundle": "parcel es-module.html"
},
"repository": {
"type": "git",
"url": "https://github.com/deltaepsilon/firebase-paginator.git"
},
"keywords": [
"firebase",
"pagination"
],
"author": "Chris Esplin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deltaepsilon/firebase-paginator/issues"
},
"homepage": "https://github.com/deltaepsilon/firebase-paginator",
"dependencies": {
"axios": "^0.13.1",
"firebase-admin": "^4.2.1"
},
"devDependencies": {
"firebase": "^3.2.1",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"polymer-cli": "^1.6.0",
"tape": "^4.6.0"
}
}