-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.78 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.78 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
{
"_from": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter.git",
"_id": "@angular/date-adapter@1.0.0",
"_inBundle": false,
"_integrity": "sha1-QH71FBQsORsRCnXZQYEvmJB+qJU=",
"_location": "/@angular/date-adapter",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter",
"rawSpec": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter",
"saveSpec": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter.git",
"fetchSpec": "https://github.com/SnakeByteDevelopment/angular2-date-adapter.git",
"gitCommittish": "master"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter.git#0e0fdf444a3a3e787b169816bfac0042b6c03d06",
"_spec": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter",
"_where": "C:\\Users\\Gert Pellin\\workplace\\qnh\\PromoQwebsite\\PromoQ",
"author": {
"name": "switch87",
"email": "gert@pellin.be"
},
"bugs": {
"url": "https://github.com/SnakeByteDevelopment/angular2-date-adapter/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "custom date adapter for angular2+ ",
"homepage": "https://github.com/SnakeByteDevelopment/angular2-date-adapter#readme",
"keywords": [
"angular2",
"angular4",
"angular5",
"material2",
"iso8601",
"YYYYMMDD",
"DDMMYYYY",
"date"
],
"license": "ISC",
"main": "index.js",
"name": "@angular/date-adapter",
"repository": {
"type": "git",
"url": "git+https://github.com/SnakeByteDevelopment/angular2-date-adapter.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.0"
}