-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 968 Bytes
/
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
{
"name": "lark",
"version": "1.0.0",
"description": "An administration theme for Drupal by Mobomo",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"autoprefixer": "^9.8.6",
"cssnano": "^4.1.10",
"eslint": "^7.10.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sass-lint": "^1.4.0",
"js-yaml": "^3.14.0",
"yargs-parser": "^20.2.1"
},
"browserslist": [
"last 3 version"
],
"scripts": {
"lint": "gulp lint",
"build": "gulp",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mobomo/lark.git"
},
"keywords": [
"Drupal"
],
"author": "Carwin Young",
"license": "ISC",
"bugs": {
"url": "https://github.com/mobomo/lark/issues"
},
"homepage": "https://github.com/mobomo/lark#readme"
}