forked from Auxx/timid-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 826 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
{
"name": "timid-auth",
"version": "0.0.1",
"description": "timid-auth library fo Angular 2",
"main": "index.ts",
"author": "Aleksandr 'Aux' Ivanov <[email protected]>",
"homepage": "http://hexmode.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Auxx/timid-auth.git"
},
"engines": {
"node": ">= 4.4.4",
"npm": ">= 3"
},
"scripts": {
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"rxjs": "5.0.0-beta.6",
"zone.js": "~0.6.12"
},
"devDependencies": {
"tslint": "^3.9.0",
"typedoc": "^0.3.12",
"typescript": "~1.8.10",
"typings": "^0.8.1"
}
}