-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 1.14 KB
/
Copy pathbower.json
File metadata and controls
33 lines (33 loc) · 1.14 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
{
"name": "craft-boilerplate",
"version": "0.1.0",
"authors": [
"Michael Westwood <michael@du.st>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"craft" : "http://craftcms.com/latest.zip?accept_license=yes",
"loadcss": "^0.2.4",
"lazysizes": "^1.4.0",
"picturefill": "^3.0.2",
"fontfaceobserver": "^1.6.5",
"craft-anchor": "https://github.com/mijewe/craft-anchor.git",
"craft-cachey" : "https://github.com/dustcollective/craft-cachey.git",
"craft-emailwrap" : "https://github.com/mijewe/craft-emailwrap.git",
"craft-refreshstring" : "https://github.com/mijewe/craft-refreshstring.git",
"typogrify" : "https://github.com/jamiepittock/craft-typogrify.git",
"contactform": "https://github.com/pixelandtonic/ContactForm.git",
"redirectmanager": "https://github.com/rkingon/Craft-Plugin--Redirect-Manager.git",
"sproutfields": "http://sprout.barrelstrengthdesign.com/craft-plugins/fields/download",
"craft-jsontransforms": "https://github.com/mijewe/craft-jsontransforms.git"
},
"devDependencies": {
"normalize-scss": "~3.0.3",
"susy": "~2.2.6"
}
}