-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 724 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 724 Bytes
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
{
"name": "SP2013Framework",
"version": "0.1.4",
"description": "A framework for building customized SharePoint branding solutions.",
"devDependencies": {
"autoprefixer": "6.3.6",
"bower": "1.7.9",
"css-mqpacker": "5.0.1",
"cssnano": "3.7.1",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.1.1",
"gulp-rename": "1.2.2",
"gulp-sass": "2.3.2",
"gulp-spsave": "2.0.1",
"gulp-tap": "0.1.3",
"gulp-tslint": "5.0.0",
"gulp-webpack": "1.5.0",
"matchdep": "1.0.1",
"postcss-reporter": "1.3.3",
"postcss-scss": "0.1.8",
"sppull": "0.2.5",
"ts-loader": "0.8.2",
"typescript": "1.8.10",
"webpack": "1.13.1"
}
}