-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "powerbi-ng2",
"version": "0.2.1",
"description": "Angular2 components for enumerating, rendering and interacting with reports hosted in an Azure PowerBI Embed workspace.",
"homepage": "https://github.com/infusion-code/powerbi-ng2/wiki",
"bugs": {
"url": "https://github.com/infusion-code/powerbi-ng2/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/infusion-code/powerbi-ng2"
},
"main": "dist/index.js",
"scripts": {
"lint": "./node_modules/.bin/tslint -c tslint.json ./src/**/*.ts ./index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "node ./node_modules/typedoc/bin/typedoc --out ./docs ./ --name 'PowerBi-Ng2 Component' --module commonjs --target es5 --mode file",
"prepublish": "npm run lint && npm run docs && npm run build",
"watch": ".\\node_modules\\.bin\\ngc -p .\\tsconfig-aot.json -w",
"build": ".\\node_modules\\.bin\\ngc -p .\\tsconfig-aot.json"
},
"keywords": [
"ng2",
"angular2",
"angular",
"powerbi",
"bigdata"
],
"typings": "./dist/index.d.ts",
"author": "Thor Schueler",
"license": "MIT",
"dependencies": {
"@angular/common": ">=2.4.10",
"@angular/compiler": ">=2.4.10",
"@angular/core": ">=2.4.10",
"@angular/forms": ">=2.4.10",
"@angular/http": ">=2.4.10",
"@angular/router": ">=3.4.10",
"rxjs": ">=5.2.0",
"zone.js": ">=0.7.2",
"es6-shim": "^0.35.0",
"powerbi-client": ">=2.3.4 <3.0.0"
},
"devDependencies": {
"@angular/animations": ">=2.4.10",
"@angular/compiler-cli": ">=2.4.10",
"@angular/platform-browser": ">=2.4.10",
"@angular/platform-browser-dynamic": ">=2.4.10",
"@angular/platform-server": ">=2.4.10",
"@types/node": "^7.0.5",
"codelyzer": ">=3.0.1",
"tslint": ">=5.4.2",
"typedoc": "^0.7.1",
"typescript": "^2.3.2"
},
"peerDependencies": {}
}