forked from atom/language-php
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 806 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
{
"name": "language-php",
"version": "0.49.0",
"description": "PHP language grammar",
"homepage": "https://github.com/KapitanOczywisty/language-php",
"repository": {
"type": "git",
"url": "https://github.com/KapitanOczywisty/language-php.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/KapitanOczywisty/language-php/issues"
},
"scripts": {
"lint": "coffeelint --ext=cson grammars spec",
"test": "mocha"
},
"devDependencies": {
"@coffeelint/cli": "^5.2.11",
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.1",
"@types/node": "^18.11.13",
"axios": "^1.2.1",
"chai": "^4.3.7",
"chalk": "^5.2.0",
"coffeescript": "^2.7.0",
"mocha": "^10.2.0",
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^8.0.0"
}
}