forked from microsoft/monaco-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 878 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
{
"name": "cf-monaco-typescript",
"version": "0.1.0",
"description": "TypeScript and JavaScript language support for Monaco Editor",
"scripts": {
"test": "node_modules/.bin/mocha",
"watch": "node_modules/.bin/gulp watch",
"prepublish": "node_modules/.bin/gulp release"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-typescript"
},
"bugs": {
"url": "https://github.com/Microsoft/monaco-typescript/issues"
},
"devDependencies": {
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-requirejs": "^0.1.3",
"gulp-tsb": "^2.0.0",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"mocha": "^2.5.3",
"cf-monaco-editor-core": "^0.7.0",
"object-assign": "^4.1.0",
"rimraf": "^2.5.2",
"typescript": "2.0.3"
}
}