forked from tengattack/eslint-plugin-php-markup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 769 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
{
"name": "eslint-plugin-php-markup",
"version": "6.0.0",
"description": "A eslint plugin to process PHP markup",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tengattack/eslint-plugin-php-markup.git"
},
"keywords": [
"eslint",
"eslintplugin",
"php"
],
"author": "tengattack",
"license": "MIT",
"bugs": {
"url": "https://github.com/tengattack/eslint-plugin-php-markup/issues"
},
"homepage": "https://github.com/tengattack/eslint-plugin-php-markup#readme",
"devDependencies": {
"eslint": "^6.7.1",
"eslint-plugin-html": "^6.0.0",
"mocha": "^6.2.2",
"should": "^13.2.3"
}
}