This repository has been archived by the owner on Sep 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.49 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
{
"name": "trowel-breadcrumbs",
"version": "0.3.2",
"description": "The official Trowel Component for breadcrumbs",
"scripts": {
"test": "gulp",
"build-javascript": "webpack",
"build-javascript-dev": "webpack --progress --colors --watch",
"start": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriendsOfTrowel/Breadcrumbs.git"
},
"author": "Loïc Goyet <loic@troopers.email>",
"license": "MIT",
"bugs": {
"url": "https://github.com/FriendsOfTrowel/Breadcrumbs/issues"
},
"keywords": [
"scss",
"css",
"twig",
"html",
"javascript",
"js",
"trowel",
"trowel-breadcrumbs",
"breadcrumb"
],
"homepage": "https://github.com/FriendsOfTrowel/Breadcrumbs#readme",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.12",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^4.0.0",
"gulp-cssmin": "^0.2.0",
"gulp-ext-replace": "^0.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-notify": "^3.0.0",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-twig": "^0.7.0",
"run-sequence": "^1.2.2",
"webpack": "^2.6.1",
"yargs": "^8.0.1"
},
"dependencies": {
"trowel-core": "^4.0.2"
}
}