-
Notifications
You must be signed in to change notification settings - Fork 154
/
Copy pathpackage.json
80 lines (80 loc) · 1.93 KB
/
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
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
{
"name": "angular2-moment",
"version": "0.6.0",
"description": "Moment.JS pipes for Angular2 (timeago and more)",
"main": "index.js",
"typings": "./index.d.ts",
"files": [
"index.js",
"index.js.map",
"index.d.ts",
"index.ts",
"typings.json",
"CalendarPipe.js",
"CalendarPipe.js.map",
"CalendarPipe.d.ts",
"CalendarPipe.ts",
"DateFormatPipe.js",
"DateFormatPipe.js.map",
"DateFormatPipe.d.ts",
"DateFormatPipe.ts",
"DurationPipe.js",
"DurationPipe.js.map",
"DurationPipe.d.ts",
"DurationPipe.ts",
"TimeAgoPipe.js",
"TimeAgoPipe.js.map",
"TimeAgoPipe.d.ts",
"TimeAgoPipe.ts",
"FromUnixPipe.js",
"FromUnixPipe.js.map",
"FromUnixPipe.d.ts",
"FromUnixPipe.ts",
"CHANGELOG.md"
],
"scripts": {
"install_typings": "typings install",
"test": "tslint *.ts && typings install && tsc && karma start",
"prepublish": "typings install && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urish/angular2-moment.git"
},
"keywords": [
"angular2",
"momentjs"
],
"author": "Uri Shaked",
"license": "MIT",
"bugs": {
"url": "https://github.com/urish/angular2-moment/issues"
},
"homepage": "https://github.com/urish/angular2-moment#readme",
"peerDependencies": {
"angular2": "^2.0.0-beta.16"
},
"dependencies": {
"moment": "^2.11.2"
},
"devDependencies": {
"angular2": "2.0.0-beta.16",
"es6-promise": "3.1.2",
"es6-shim": "0.35.0",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-jasmine": "0.3.8",
"karma-phantomjs-launcher": "1.0.0",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "1.7.0",
"phantomjs-prebuilt": "2.1.7",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"ts-loader": "0.8.2",
"tslint": "3.8.1",
"typescript": "1.8.10",
"typings": "0.8.1",
"webpack": "1.13.0",
"zone.js": "0.6.12"
}
}