-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1006 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
{
"name": "@aaashur/eleventy-plugin-classnames",
"version": "0.2.0",
"description": "An Eleventy plugin for joining truthy, deduplicated values into a space-delimited string",
"main": ".eleventy.js",
"scripts": {
"lint": "eslint '.eleventy.js' 'src/**/*.js' 'test/**/*.js'",
"test": "mocha ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashur/eleventy-plugin-classnames.git"
},
"keywords": [
"11ty",
"11ty-plugin",
"eleventy",
"eleventy-plugin"
],
"author": {
"name": "Ashur Cabrera",
"url": "https://ashur.cab/rera"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/ashur/eleventy-plugin-classnames/issues"
},
"homepage": "https://github.com/ashur/eleventy-plugin-classnames#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.0",
"chai": "^4.3.7",
"eslint": "^8.35.0",
"eslint-plugin-sort-requires": "^2.1.0",
"mocha": "^10.2.0"
},
"eslintIgnore": [
"!.*"
]
}