This repository was archived by the owner on Jun 23, 2019. It is now read-only.
forked from angular/angularfire
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "angularfire2",
"version": "2.0.0-alpha.4",
"description": "",
"main": "angularfire.js",
"scripts": {
"test": "npm run build; karma start",
"build": "rm -rf dist; tsc && cp package.json README.md LICENSE .npmignore dist/",
"install_webdriver": "./node_modules/.bin/webdriver-manager update",
"install_typings": "./node_modules/.bin/typings install"
},
"keywords": [
"angular2",
"angular",
"firebase"
],
"repository": {
"type": "git",
"url": "git+https://github.com/angular/indy.git"
},
"author": "jeffbcross",
"license": "MIT",
"bugs": {
"url": "https://github.com/angular/indy/issues"
},
"homepage": "https://github.com/angular/indy#readme",
"dependencies": {
"angular2": "2.0.0-beta.0",
"firebase": "2.3.2",
"gulp": "^3.9.0",
"rxjs": "^5.0.0-beta.0"
},
"devDependencies": {
"es6-module-loader": "^0.17.10",
"firebase-server": "^0.5.2",
"gulp-jasmine": "^2.2.1",
"gulp-typescript": "^2.10.0",
"http-server": "^0.8.5",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-systemjs": "^0.10.0",
"parse5": "^1.3.2",
"protractor": "3.0.0",
"reflect-metadata": "^0.1.2",
"systemjs": "^0.19.16",
"traceur": "0.0.96",
"tsd": "^0.6.5",
"typescript": "1.7.5",
"typings": "^0.6.2",
"zone.js": "0.5.10"
},
"typings": "angularfire.d.ts"
}