forked from dotnet/csharp-tmLanguage
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"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": "node ./node_modules/typescript/bin/tsc -p .",
"watch": "node ./node_modules/typescript/bin/tsc -w -p .",
"test": "node ./node_modules/gulp/bin/gulp.js test",
"prepublish": "node ./node_modules/gulp/bin/gulp.js"
},
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.3",
"@types/gulp": "^4.0.3",
"@types/mocha": "^5.2.0",
"chai": "^4.1.2",
"gulp": "^4.0.0",
"gulp-json2cson": "^2.0.0",
"gulp-mocha": "^5.0.0",
"gulp-typescript": "^4.0.2",
"gulp-yaml": "^2.0.1",
"js-yaml": "^3.11.0",
"mocha": "^5.1.1",
"plist": "^3.0.1",
"typescript": "^2.8.3",
"vscode-textmate": "^3.3.3"
}
}