forked from AhsanAyaz/ngx-device-detector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 943 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
39
40
41
42
43
44
{
"name": "ng2-device-detector",
"version": "0.1.0",
"scripts": {
"lint": "tslint src/**/*.ts",
"test": "tsc && karma start",
"postinstall": "typings install",
"prepublish": "tsc",
"tsc": "tsc",
"typings": "typings"
},
"repository": {
"type": "git",
"url": "https://github.com/AhsanAyaz/ng2-device-detector"
},
"author": {
"name": "Ahsan Ayaz",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/AhsanAyaz/ng2-device-detector/issues"
},
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"dependencies": {
},
"devDependencies": {
"@angular/core": "^2.0.0",
"codelyzer": "^0.0.20",
"rxjs": "5.0.0-beta.12",
"tslint": "^3.15.1",
"typescript": "2.0.2",
"typings":"^1.0.4",
"zone.js": "0.6.23"
},
"engines": {
"node": ">=0.8.0"
}
}