-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 944 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 944 Bytes
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
{
"name": "drupal-libraries-npm",
"version": "1.0.0",
"description": "Example files for implementing a custom libraries solution in Drupal.",
"repository": {
"type": "git",
"url": "git+https://github.com/rlhawk/drupal-libraries-npm.git"
},
"author": "Rick Hawkins",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/rlhawk/drupal-libraries-npm/issues"
},
"homepage": "https://github.com/rlhawk/drupal-libraries-npm#readme",
"dependencies": {
"blazy": "^1.8.2",
"chosen-js": "^1.8.7",
"clipboard": "^2.0.4",
"cropper": "^4.0.0",
"dropzone": "^5.5.1",
"jquery-colorbox": "^1.6.4",
"slick-carousel": "^1.8.1",
"stickybits": "^3.6.6",
"typeface-open-sans": "0.0.54",
"typeface-roboto": "0.0.54"
},
"devDependencies": {
"copy-files-from-to": "^1.3.0",
"rimraf": "^2.6.3"
},
"scripts": {
"copy": "rimraf web/libraries && copy-files-from-to"
}
}