-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.29 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.29 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
{
"name": "@skill-lock/ngx.core",
"version": "0.1.0",
"description": "Skill Lock NGX Core",
"main": "dist/umd/index.js",
"module": "dist/es2015/index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/skill-lock/skl.ngx.global"
},
"keywords": [
"angular",
"skl",
"global",
"sdk"
],
"author": "Skill Lock",
"license": "MIT",
"peerDependencies": {
"@angular/common": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0",
"lodash": "^4.17.4",
"rxjs": "^5.2.0"
},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"@angular/platform-browser-dynamic": "^4.0.0",
"@types/colors": "^0.6.33",
"@types/lodash": "^4.14.58",
"@types/jasmine": "^2.5.41",
"@types/node": "^6.0.46",
"@types/rimraf": "^0.0.28",
"@types/yargs": "^6.3.0",
"codelyzer": "^2.0.0",
"colors": "^1.1.2",
"core-js": "^2.4.1",
"cross-spawn-promise": "^0.8.0",
"del": "^2.2.0",
"git-guppy": "^1.2.1",
"gulp": "^3.9.1",
"gulp-bump": "^2.1.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-filter": "^4.0.0",
"gulp-git": "^1.12.0",
"gulp-load-plugins": "^1.2.2",
"gulp-plumber": "^1.1.0",
"gulp-tslint": "^7.1.0",
"gulp-tslint-stylish": "^1.1.1",
"gulp-typescript": "^3.0.1",
"gulp-util": "^3.0.7",
"guppy-pre-commit": "^0.4.0",
"intl": "^1.2.4",
"jasmine-core": "^2.4.1",
"lodash": "^4.17.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.0.2",
"karma-nyan-reporter": "^0.2.4",
"karma-phantomjs-launcher": "^1.0.1",
"karma-teamcity-reporter": "^1.0.0",
"karma-typescript-preprocessor": "^0.3.0",
"merge2": "^1.0.2",
"path": "^0.12.7",
"reflect-metadata": "^0.1.3",
"require-dir": "^0.3.0",
"rimraf": "^2.5.4",
"run-sequence": "^1.2.0",
"rxjs": "^5.2.0",
"systemjs": "0.19.28",
"tslint": "^4.5.1",
"typescript": "~2.2.0",
"yargs": "^6.6.0",
"zone.js": "^0.8.5"
},
"typings": "dist/es2015/index.d.ts"
}