-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.22 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
{
"name": "ng2-simple-components",
"version": "0.4.54",
"description": "A set of helpful and minimalistic components, directives and services for angular 2 applications",
"repository": {
"type": "git",
"url": "git+https://github.com/flauc/ng2-simple-components.git"
},
"keywords": [
"Angular 2"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/flauc/ng2-simple-components/issues"
},
"homepage": "https://github.com/flauc/ng2-simple-components",
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/common": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"hammerjs": "^2.0.8",
"zone.js": "^0.6.23"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@types/node": "^6.0.42",
"browser-sync": "^2.14.0",
"core-js": "^2.4.1",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-delete-lines": "0.0.7",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.0.2",
"typings": "^1.3.2",
"zone.js": "^0.6.23"
},
"main": "./components.js",
"typings": "./components.d.ts"
}