-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 1.12 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
{
"name": "@nodeart/ngfb_sortable_table",
"version": "0.0.15",
"description": "Angular Firebase Sortable Table",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-demo": "ng new demo --style scss --routing true",
"demo": "cd ./demo && npm i && npm start",
"prebuild-docs": "cd ./src",
"build-docs": "compodoc src -p tsconfig.json -d docs --theme postmark -n NGFB-Sortable-Table",
"preserve-docs" : "npm run build-docs",
"serve-docs": "compodoc -s -d docs"
},
"keywords": [
"angular",
"firebase",
"table"
],
"repository": "https://github.com/NodeArt/Angular-Firebase-Sortable-Table",
"author": "Ivan Prodaiko",
"license": "MIT",
"devDependencies": {
"@angular/common": "^4.0.2",
"@angular/core": "^4.0.2",
"@angular/forms": "^4.0.2",
"@angular/http": "^4.0.2",
"@angular/platform-browser": "^4.0.2",
"@compodoc/compodoc": "^1.0.0-beta.4",
"rxjs": "^5.3.0",
"zone.js": "^0.8.5"
},
"dependencies": {
"@angular/material": "^2.0.0-beta.3",
"lodash.debounce": "^4.0.8",
"firebase": "^3.8.0"
}
}