-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
84 lines (84 loc) · 2.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "bb-prototype-website",
"title": "BB Prototype Website",
"description": "Default Building Blocks website prototype.",
"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",
"issues": "https://github.com/buildingblocks/bb-prototype-website/issues",
"authors": [
"Andrew 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": {
"babel-preset-env": "^1.6.0",
"gulp-babel": "^6.1.2",
"babel-polyfill": "^6.23.0"
},
"devDependencies": {
"backstopjs": "^3.0.32",
"browserify": "^13.1.0",
"del": "^2.2.0",
"gray-matter": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-concat": "^2.6.0",
"gulp-connect": "^5.0.0",
"gulp-copy": "0.0.2",
"gulp-cssmin": "^0.1.7",
"gulp-environments": "^0.1.1",
"gulp-extname": "^0.2.2",
"gulp-front-matter": "^1.3.0",
"gulp-hb": "^5.1.0",
"gulp-inject": "^4.1.0",
"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": "^3.0.0",
"gulp-sass-generate-contents": "^0.3.2",
"gulp-shell": "^0.6.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"handlebars": "^4.0.1",
"handlebars-helpers": "aFrontendDev/handlebars-helpers",
"handlebars-layouts": "^3.1.2",
"jquery": "^3.0.0",
"jshint": "^2.9.3",
"jshint-stylish": "^2.2.1",
"open": "0.0.5",
"path": "^0.12.7",
"run-sequence": "^1.2.2",
"serve-static": "^1.11.1",
"through2": "^2.0.1",
"vinyl": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wrench": "^1.5.8"
},
"scripts": {
"test": "gulp build_production"
},
"frontend": {
"name": "BB Prototype Website",
"stylesheets": "src/assets/styles",
"javascripts": "src/assets/scripts"
}
}