forked from antistatique/athena-styleguide-uww
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 936 Bytes
/
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
{
"name": "styleguide-athena",
"author": "United World Wrestling",
"version": "0.0.7",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/unitedworldwrestling/styleguide-athena"
},
"devDependencies": {
"bower": "^1.8.13",
"browser-sync": "^1.7.1",
"del": "~0.1.3",
"gulp": "^3.8.10",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.2",
"gulp-gh-pages": "^0.4.0",
"gulp-hologram": "^1.2.0",
"gulp-if": "^1.2.5",
"gulp-jshint": "^1.9.0",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-notify": "^2.0.1",
"gulp-rename": "~1.2.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^1.2.8",
"gulp-twig": "^0.0.4",
"gulp-uglify": "~1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"run-sequence": "~1.0.2",
"sass": "^1.50.1",
"yargs": "^1.3.3"
},
"dependencies": {}
}