-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.47 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
{
"name": "angular-richtext-renderer",
"version": "0.0.0",
"description": "A rich text renderer for Angular 2",
"main": "index.js",
"scripts": {
"test": "gulp test.browser/ci",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mlaval/angular-richtext-renderer.git"
},
"keywords": ["Angular", "renderer", "rich text", "markdown"],
"author": "Marc Laval <mlaval>",
"license": "Apache License Version 2.0",
"bugs": {
"url": "https://github.com/mlaval/angular-richtext-renderer/issues"
},
"homepage": "https://github.com/mlaval/angular-richtext-renderer#readme",
"devDependencies": {
"connect": "^3.4.0",
"del": "^1.2.0",
"glob": "^4.0.6",
"gulp": "^3.9.0",
"gulp-typescript": "^3.0.2",
"gulp-watch": "~4.3.5",
"jasmine": "2.4.1",
"karma": "^0.13.10",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"open": "0.0.5",
"run-sequence": "~1.1.2",
"serve-static": "^1.10.0",
"through2": "~0.6.3",
"typescript": "^2.0.3"
},
"dependencies": {
"@angular/common": "2.1.0",
"@angular/compiler": "2.1.0",
"@angular/core": "2.1.0",
"@angular/platform-browser": "2.1.0",
"@angular/platform-browser-dynamic": "2.1.0",
"@angular/platform-server": "2.1.0",
"es6-shim": "0.35.1",
"parse5": "2.2.1",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.25",
"systemjs": "^0.19.39"
}
}