-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 848 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 848 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
{
"name": "create-ng1-wrapper",
"version": "1.0.2",
"description": "Helper function for using Angular Element in AngularJS",
"main": "create_ng1_wrapper.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ErinCoughlan/create-ng1-wrapper.git"
},
"author": "Erin Coughlan",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ErinCoughlan/create-ng1-wrapper/issues"
},
"homepage": "https://github.com/ErinCoughlan/create-ng1-wrapper#readme",
"devDependencies": {
"@angular/core": "^7.0.2",
"@angular/elements": "^7.0.2",
"@types/angular": "^1.6.51",
"rxjs": "^6.3.3",
"typescript": "^3.1.6"
},
"peerDependencies": {
"@angular/core": "^7.0.2",
"@angular/elements": "^7.0.2"
}
}