forked from yellowspot/ng2-truncate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.67 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
{
"name": "ng2-truncate",
"version": "1.3.5",
"license": "MIT",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build:aot": "ngc -p tsconfig-aot.json",
"prebuild": "rm -r dist",
"prepublish": "ngc -p tsconfig-aot.json",
"lint": "tslint src/**/*.ts",
"test": "karma start",
"test-ci": "karma start --single-run true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yellowspot/ng2-truncate.git"
},
"keywords": [
"Angular",
"2",
"truncate"
],
"author": "Cristian Stugelmayer <cristian@yellowspot.com.ar>",
"bugs": {
"url": "https://github.com/yellowspot/ng2-truncate/issues"
},
"homepage": "https://github.com/yellowspot/ng2-truncate#readme",
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"codelyzer": "~2.0.0",
"es6-shim": "0.35.1",
"jasmine-core": "2.4.1",
"jasmine-spec-reporter": "2.5.0",
"karma": "^1.1.1",
"karma-chrome-launcher": "0.2.3",
"karma-jasmine": "0.3.8",
"karma-requirejs": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript-preprocessor": "^0.2.1",
"karma-webpack": "^2.0.1",
"reflect-metadata": "0.1.3",
"requirejs": "^2.1.0",
"rxjs": "^5.1.0",
"traceur": "0.0.111",
"ts-loader": "^1.3.3",
"tslint": "^4.3.1",
"typescript": "~2.1.0",
"webpack": "^1.14.0",
"zone.js": "0.8.4"
},
"dependencies": {
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/platform-server": "^4.0.0",
"typings": "^1.0.4"
}
}