forked from fssolutions/ng2-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 886 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 886 Bytes
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
{
"name": "ng2-wizard",
"version": "2.0.4",
"description": "Component wizard to angular 2",
"main": "index.js",
"dependencies": {
"@angular/common": "^2.4.4"
},
"devDependencies": {
"@angular/compiler": "~2.4.0",
"@angular/core": "~2.4.0",
"@angular/platform-browser": "^2.4.4",
"@types/core-js": "^0.9.35",
"@types/node": "^6.0.46",
"rxjs": "5.0.1",
"typescript": "^2.0.3",
"typings": "^1.4.0",
"zone.js": "^0.7.4"
},
"scripts": {
"prepublish": "tsc",
"pubtest": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fssolutions/ng2-wizard.git"
},
"keywords": [
"angular2",
"wizard"
],
"author": "fssolutions",
"license": "MIT",
"bugs": {
"url": "https://github.com/fssolutions/ng2-wizard/issues"
},
"homepage": "https://github.com/fssolutions/ng2-wizard#readme"
}