forked from OfficeDev/office-ui-fabric-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.81 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
{
"name": "office-ui-fabric",
"author": "Office UI Fabric Team",
"version": "2.3.0",
"description": "The front-end framework for building experiences for Office 365.",
"license": "MIT",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/Office-UI-Fabric"
},
"private": false,
"devDependencies": {
"browser-sync": "^2.8.2",
"colors": "^1.1.0",
"del": "^1.2.1",
"event-stream": "^3.3.1",
"express": "^4.10.4",
"glob": "^3.2.9",
"graceful-fs": "^4.1.3",
"gulp": "^3.9.0",
"gulp-apply-template": "0.0.2",
"gulp-autoprefixer": "^2.3.1",
"gulp-batch": "^1.0.5",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.5.2",
"gulp-connect": "^2.2.0",
"gulp-css-flipper": "^1.0.2",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.6",
"gulp-cssnano": "^2.1.1",
"gulp-data": "^1.2.0",
"gulp-debug": "^2.1.2",
"gulp-file": "^0.2.0",
"gulp-file-include": "^0.13.7",
"gulp-folders": "^1.1.0",
"gulp-foreach": "^0.1.0",
"gulp-header": "^1.2.2",
"gulp-if": "^2.0.0",
"gulp-jshint": "^2.0.0",
"gulp-minify-css": "^1.2.0",
"gulp-nuget-pack": "0.0.6",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-sass": "2.1.1",
"gulp-sass-lint": "1.0.1",
"gulp-size": "^1.0.0",
"gulp-tap": "^0.1.3",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.1",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.0.2",
"jshint": "^2.8.0",
"map-stream": "0.0.6",
"merge-stream": "^1.0.0",
"node-sass-import-once": "^1.2.0",
"pretty-hrtime": "0.2.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"swig": "^1.4.2",
"through2": "^2.0.0",
"walk-sync": "^0.2.6"
}
}