-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.16 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.16 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
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@thinkam.net/ng-cast",
"assets": [
"./CastVideos.js"
],
"version": "0.1.7",
"ngPackage": {
"lib": {
"entryFile": "index.ts"
}
},
"description": "Broadcast media on your TV from your Angular app",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ng-packagr -p package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThinkAM/ngCast.git"
},
"keywords": [
"chromecast",
"chrome",
"google",
"cast",
"api",
"angular"
],
"author": "Fabien Zibi & Felipe de Almeida",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThinkAM/ngCast/issues"
},
"homepage": "https://github.com/ThinkAM/ngCast#readme",
"devDependencies": {
"@angular-devkit/build-angular": "0.1002.0",
"@angular/cli": "10.2.0",
"@angular/common": "10.2.0",
"@angular/compiler": "10.2.0",
"@angular/compiler-cli": "10.2.0",
"@angular/core": "10.2.0",
"ng-packagr": "10.1.2",
"typescript": "4.0.3",
"wrench": "1.5.9"
},
"dependencies": {}
}