forked from avontd2868/PowerBI-visuals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.54 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
{
"name": "powerbi-visuals",
"version": "0.2.3",
"description": "Microsoft PowerBI Visuals",
"devDependencies": {
"fs": "0.0.2",
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-download": "0.0.1",
"gulp-git": "^1.2.4",
"gulp-ignore": "^1.2.1",
"gulp-jasmine-browser": "0.1.4",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.1.0",
"gulp-typedoc": "^1.2.1",
"gulp-typescript": "2.8.0",
"gulp-uglify": "^1.2.0",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.6",
"gulp.spritesmith": "^4.0.0",
"gulp-unzip": "^0.1.3",
"merge2": "^0.3.6",
"run-sequence": "^1.1.2",
"tslint": "2.4.2",
"typescript": "1.5.3",
"minimist": "1.1.3",
"yargs": "^3.20.0",
"jasmine-core": "2.3.4",
"gulp-open": "1.0.0",
"require-dir": "^0.3.0",
"express": "4.13.3"
},
"scripts": {
"preinstall": "npm install -g gulp"
},
"author": "Microsoft PowerBI Visuals",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/PowerBI-visuals.git"
},
"bugs": "https://github.com/Microsoft/PowerBI-visuals/issues",
"keywords": [
"powerbi",
"visuals"
],
"files": [
"CONTRIBUTING.md",
"lib"
],
"readme": "See README.MD file"
}