forked from dotnet/csharp-tmLanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "csharp-tmlanguage",
"version": "0.1.0",
"description": "Textmate grammar for C# with outputs for VSCode, Atom and TextMate.",
"displayName": "csharp-tmLanguage",
"license": "MIT",
"icon": "images/csharpIcon.png",
"bugs": {
"url": "https://github.com/dotnet/csharp-tmLanguage/issues"
},
"contributors": [
{
"name": "Dustin Campbell"
},
{
"name": "Ivan Zlatev"
},
{
"name": "Damien Guard"
}
],
"scripts": {
"compile": "gulp",
"test": "gulp",
"prepublish": "gulp",
"watch": "nodemon --exec 'npx gulp buildTmLanguage'"
},
"devDependencies": {
"@types/chai": "4.2.19",
"@types/gulp": "4.0.8",
"@types/mocha": "8.2.2",
"chai": "4.3.4",
"gulp": "4.0.2",
"gulp-json2cson": "2.0.0",
"gulp-mocha": "8.0.0",
"gulp-typescript": "6.0.0-alpha.1",
"gulp-yaml": "2.0.4",
"js-yaml": "4.1.0",
"mocha": "8.3.2",
"nodemon": "2.0.20",
"plist": "3.0.5",
"ts-node": "10.0.0",
"typescript": "4.3.5",
"vscode-oniguruma": "1.5.1",
"vscode-textmate": "5.4.0"
}
}