-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 975 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
{
"name": "ng2-facebook-rxjs",
"version": "1.0.2",
"description": "Angular 2 Facebook API using RxJS",
"main": "dist/index.js",
"typings": "dist/facebook.service.d.ts",
"scripts": {
"install": "typings install --save --global --source=dt && tsc --project tsconfig.json --outDir dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aryeh/ng2-facebook-rxjs.git"
},
"keywords": [
"angular2",
"ng2",
"facebook",
"rxjs"
],
"author": "Aryeh Goldsmith",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/aryeh/ng2-facebook-rxjs/issues"
},
"homepage": "https://github.com/aryeh/ng2-facebook-rxjs#readme",
"devDependencies": {},
"dependencies": {
"typescript": "^1.8.10",
"typings": "^1.3.1",
"@angular/common": "latest",
"@angular/core": "^2.0.0-rc.4",
"rxjs": "^5.0.0-beta.6",
"zone.js": "^0.6.12"
}
}