forked from buildingblocks/bb-prototype-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.13 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.13 KB
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
{
"name": "bb-prototype-website",
"title": "BB Prototype Website",
"description": "Default Building Blocks website prototype template.",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/buildingblocks/bb-prototype-website",
"issues": "https://github.com/buildingblocks/bb-prototype-website/issues",
"authors": [
"Paul Welsh (https://github.com/spacedawwwg)",
"John Cashmore (https://github.com/JohnCashmore)",
"Daniel Furze (https://github.com/furzeface)",
"Andrew 'The Ledge' Blackledge (https://github.com/ablackledge)",
"Clara Jordan (https://github.com/czmj)"
],
"contributors": [
"Phil Lennon (https://github.com/PJL101)",
"Peter Broom (https://github.com/PeterBroom)"
],
"repository": {
"type": "git",
"url": "git://github.com/buildingblocks/bb-prototype-website.git"
},
"engines": {
"node": ">=0.8"
},
"dependencies": {},
"devDependencies": {
"assemble": "^0.4.41",
"bower": "^1.3.12",
"grunt": "^0.4.x",
"grunt-autoprefixer": "^2.2.0",
"grunt-cli": "~0.1.13",
"grunt-combine-mq": "^0.6.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-less": "^1.0.0",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "^3.0.1",
"grunt-dev-update": "^1.0.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^1.2.0",
"grunt-jsdoc": "^0.6.7",
"grunt-kss": "^2.0.0",
"grunt-modernizr": "^0.6.0",
"grunt-preen": "^1.1.0",
"grunt-prettify": "^0.4.0",
"grunt-px-to-rem": "^0.3.2",
"grunt-stripmq": "0.0.6",
"grunt-todo": "^0.4.0",
"grunt-zip": "^0.16.2",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^3.0.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt build_production",
"postinstall": "bower install"
},
"frontend": {
"name": "BB Prototype Website",
"stylesheets": "src/assets/styles",
"javascripts": "src/assets/scripts"
}
}