forked from phase2/particle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·39 lines (39 loc) · 1.28 KB
/
bower.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
{
"name": "pattern-lab-starter",
"version": "0.0.0",
"description": "Components for PL work via Bower",
"keywords": [
"js"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"comment": "dependencies get injected into Drupal and Pattern Lab; devDependencies only get injected into Pattern Lab",
"suggestedDevDeps": {
"drupal7": "http://cgit.drupalcode.org/drupal/plain/misc/drupal.js?h=7.x",
"drupal8": "http://cgit.drupalcode.org/drupal/plain/core/misc/drupal.js?h=8.1.x"
},
"dependencies Note": "All dependencies here will likely make it clientside in both Drupal and PL",
"dependencies": {
"bourbon": "^4.2.7",
"normalize-scss": "normalize.scss#^5.0.3",
"singularity": "singularitygs#^1.7.0",
"breakpoint-sass": "^2.7.0"
},
"devDependencies Note": "All dev dependencies below are here to 'fake' Drupal js behavior in PL",
"devDependencies": {
"domready": "^1.0.8",
"jquery": "^2.1.4",
"jquery-once": "^2.1.2",
"drupal": "http://cgit.drupalcode.org/drupal/plain/core/misc/drupal.js?h=8.3.x",
"drupalinit": "http://cgit.drupalcode.org/drupal/plain/core/misc/drupal.init.js?h=8.3.x",
"holderjs": "^2.9.4"
}
}