-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
67 lines (67 loc) · 1.99 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
{
"name": "bb-prototype-website",
"title": "BB Prototype Website",
"description": "Default Building Blocks website prototype template.",
"clientImage": "_bb/bb-mosaic.svg",
"clientLogo": "_bb/bb-logo.svg",
"bbLogo": "_bb/bb-logo.png",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/buildingblocks/bb-prototype-website-razor",
"issues": "https://github.com/buildingblocks/bb-prototype-website-razor/issues",
"authors": [
"Jordan Robinson ([email protected])",
"Chris Eccles ([email protected])",
"Rob Stevenson-Leggett ([email protected])",
"Richie Coss ([email protected])",
"Andy Blackledge (https://github.com/ablackledge)"
],
"contributors": [
"Clara Jordan (https://github.com/czmj)",
"Paul Welsh (https://github.com/spacedawwwg)",
"John Cashmore (https://github.com/JohnCashmore)"
],
"repository": {
"type": "git",
"url": "git://github.com/buildingblocks/bb-prototype-website.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-environments": "^0.1.1",
"gulp-jshint": "^2.0.1",
"gulp-livereload": "^3.8.1",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-plumber": "^1.0.1",
"gulp-pxtorem": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-generate-contents": "^0.3.2",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"jquery": "^3.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"wrench": "^1.5.8"
},
"scripts": {
"test": "gulp build_production"
},
"frontend": {
"name": "BB Prototype Website",
"stylesheets": "src/assets/styles",
"javascripts": "src/assets/scripts"
}
}