forked from OfficeDev/office-ui-fabric-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.38 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
{
"name": "Fabric",
"author": "Office UI Fabric Team",
"version": "1.0.0",
"description": "The front-end framework for building experiences for Office 365.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OfficeDev/Office-UI-Fabric"
},
"private": true,
"scripts": {
"postinstall": "bower install"
},
"devDependencies": {
"bower": "^1.3.12",
"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",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.5.2",
"gulp-css-flipper": "^1.0.2",
"gulp-cssbeautify": "^0.1.3",
"gulp-csscomb": "^3.0.6",
"gulp-data": "^1.2.0",
"gulp-file": "^0.2.0",
"gulp-folders": "^1.1.0",
"gulp-header": "^1.2.2",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.2.0",
"gulp-plumber": "0.6.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.2",
"gulp-size": "^1.0.0",
"gulp-tap": "^0.1.3",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.4.0",
"gulp-uglifyjs": "^0.4.4",
"gulp-util": "^3.0.1",
"gulp-wrap": "^0.11.0",
"gulp-zip": "^3.0.2",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"pretty-hrtime": "0.2.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0"
}
}