forked from avontd2868/PowerBI-visuals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.06 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "powerbi-visuals",
"version": "0.3.3",
"description": "Microsoft PowerBI Visuals",
"devDependencies": {
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-cssjanus": "^0.1.0",
"gulp-expect-file": "0.0.7",
"gulp-help": "^1.6.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-msbuild": "^0.2.13",
"gulp-nop": "0.0.3",
"gulp-peg": "0.1.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "4.3.1",
"gulp-typescript": "2.10.0",
"gulp-uglify": "^1.2.0",
"gulp.spritesmith": "^4.0.0",
"lodash.endswith": "^3.1.0",
"lodash.findindex": "^4.0.0",
"merge2": "^0.3.6",
"minimist": "1.1.3",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"path": "^0.12.7",
"q": "^1.4.1",
"run-sequence": "^1.1.2",
"shelljs": "^0.5.3",
"through2": "^2.0.0",
"typescript": "1.7.5",
"yargs": "^3.20.0",
"tslint": "^3.3.0",
"lodash": "^4.2.1",
"del": "2.1.0",
"express": "4.13.3",
"gulp-decomment": "^0.1.1",
"gulp-download": "0.0.1",
"gulp-git": "1.2.4",
"gulp-jasmine-browser": "0.2.3",
"gulp-open": "1.0.0",
"gulp-replace": "^0.5.4",
"gulp-uglifyjs": "0.6.2",
"gulp-unzip": "0.1.3",
"gulp-util": "3.0.6",
"jasmine-core": "2.4.1",
"stream-consume": "0.1.0",
"minimatch": "^3.0.0",
"glob": "^6.0.4"
},
"scripts": {},
"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"
}