-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.03 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.03 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"_args": [
[
{
"raw": "angular2-simple-slider",
"scope": null,
"escapedName": "angular2-simple-slider",
"name": "angular2-simple-slider",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"D:\\code\\MY-PROJECTS\\angular2-simple-slider-sample"
]
],
"_from": "angular2-simple-slider@latest",
"_id": "angular2-simple-slider@0.0.2",
"_inCache": true,
"_location": "/angular2-simple-slider",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/angular2-simple-slider-0.0.2.tgz_1489629691424_0.8488232879899442"
},
"_npmUser": {
"name": "bezzubov_egor",
"email": "bezzubov.egor@gmail.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "angular2-simple-slider",
"scope": null,
"escapedName": "angular2-simple-slider",
"name": "angular2-simple-slider",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/angular2-simple-slider/-/angular2-simple-slider-0.0.2.tgz",
"_shasum": "48d9ea90f5566ca118557eb58e30545e17a24d8b",
"_shrinkwrap": null,
"_spec": "angular2-simple-slider",
"_where": "D:\\code\\MY-PROJECTS\\angular2-simple-slider-sample",
"author": {
"name": "bezzubov egor",
"email": "bezzubov.egor@gmail.com"
},
"bugs": {
"url": "https://github.com/BezzubovEgor/angular2-simple-slider/issues"
},
"dependencies": {},
"description": "Angular2 simple slider",
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.4.5",
"@angular/compiler-cli": "^2.4.5",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.4.5",
"@angular/platform-server": "^2.4.5",
"@types/es6-shim": "^0.31.32",
"@types/jasmine": "^2.5.40",
"@types/selenium-webdriver": "^2.53.39",
"codelyzer": "^3.0.0-beta.0",
"copyfiles": "^1.2.0",
"rxjs": "^5.0.1",
"tslint": "^4.5.1",
"typescript": "^2.0.2",
"zone.js": "0.7.2"
},
"directories": {},
"dist": {
"shasum": "48d9ea90f5566ca118557eb58e30545e17a24d8b",
"tarball": "https://registry.npmjs.org/angular2-simple-slider/-/angular2-simple-slider-0.0.2.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/BezzubovEgor/angular2-simple-slider#readme",
"keywords": [
"angular"
],
"license": "MIT",
"main": "./dist/index.js",
"maintainers": [
{
"name": "bezzubov_egor",
"email": "bezzubov.egor@gmail.com"
}
],
"name": "angular2-simple-slider",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/BezzubovEgor/angular2-simple-slider.git"
},
"scripts": {
"build": "ngc -p tsconfig.json",
"lint": "tslint --type-check --project tsconfig.json src/**/*.ts",
"prepublish": "tsc",
"test": "tsc && karma start",
"tsc": "tsc"
},
"version": "0.0.2"
}