-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.27 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.27 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "angular2-metric-conversion-pipes",
"version": "1.2.1",
"description": "metric-conversion-pipes directive for angular2",
"main": "index.js",
"dependencies": {
"@angular/common": "^2.4.4",
"@angular/compiler": "^2.4.4",
"@angular/core": "^2.4.4",
"@angular/platform-browser": "^2.4.4",
"@angular/platform-browser-dynamic": "^2.4.4",
"@angular/upgrade": "^2.4.4",
"systemjs": "0.19.27",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run lite\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"typescript": "^1.8.10",
"typings": "^0.8.1"
},
"license": "MIT",
"author": "Vimala A",
"keywords": [
"angular2",
"angular2-pipes",
"angular2-metric-conversion-pipes",
"angular2-metric",
"angular2-metric-conversion",
"metric-conversion-pipes",
"maths-conversion-pipes",
"maths-conversion",
"conversion-pipes",
"temperature-conversions",
"length-conversions",
"mass-conversions",
"weight-conversions",
"Feet-Inches",
"CelsiusToFahrenheit",
"FahrenheitToCelsius",
"KelvinTOCelsius",
"KelvinToFahrenheit",
"LB-KG",
"Kg-LB",
"C-F",
"C-K",
"F-C",
"F-K",
"K-F",
"K-C",
"g-kg",
"g-lb",
"g-oz",
"kg-g",
"kg-lb",
"kg-oz",
"lb-g",
"lb-kg",
"lb-oz",
"oz-g",
"oz-kg",
"oz-lb",
"FT-CM",
"FT-M",
"FT-IN",
"FT-MI",
"FT-YD",
"IN-FT",
"IN-M",
"IN-MI",
"IN-YD",
"IN-CM",
"CM-FT",
"CM-IN",
"CM-M",
"CM-YD",
"CM-MI",
"M-FT",
"M-IN",
"M-CM",
"MI-IN",
"MI-FT",
"MI-CM",
"YD-FT",
"YD-IN",
"YD-CM"
],
"repository": {
"type": "git",
"url": "git+https://github.com/vimalavinisha/angular2-metric-conversion-pipes.git"
},
"bugs": {
"url": "https://github.com/vimalavinisha/angular2-metric-conversion-pipes/issues"
},
"homepage": "https://github.com/vimalavinisha/angular2-metric-conversion-pipes#readme"
}