forked from microsoft/PowerBI-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.51 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.51 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "powerbi-client",
"version": "1.1.4",
"description": "",
"main": "dist/powerbi.js",
"typings": "dist/powerbi.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "gulp build",
"test": "gulp test",
"contrib": "typings install && npm run build"
},
"keywords": [
"microsoft",
"powerbi",
"embedded",
"visuals"
],
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/PowerBI-JavaScript.git"
},
"author": "Microsoft",
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.8.7",
"gulp-help": "^1.6.1",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.4",
"gulp-typescript": "^2.12.1",
"gulp-uglify": "^1.5.1",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jquery": "^2.2.3",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",
"karma-jasmine": "^0.3.7",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.23",
"merge2": "^1.0.1",
"phantomjs-prebuilt": "^2.1.3",
"rimraf": "^2.5.1",
"run-sequence": "^1.1.5",
"ts-loader": "^0.8.1",
"tslint": "^3.6.0",
"typings": "^1.3.2",
"webpack": "^1.12.14",
"webpack-stream": "^3.1.0",
"yargs": "^4.4.0"
},
"dependencies": {},
"publishConfig": {}
}