forked from BabylonJS/Editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 971 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
34
{
"name": "BabylonJSEditor",
"version": "0.8.0",
"description": "Babylon.js Editor is a Web Application helping artists to work with Babylon.js",
"main": "electron/main.js",
"repository": {
"url": "https://github.com/BabylonJS/Editor/"
},
"readme": "https://github.com/BabylonJS/Editor/blob/master/README.md",
"license": "(Apache-2.0)",
"devDependencies": {
"gulp": "^3.8.11",
"gulp-uglify": "~1.5.3",
"gulp-sourcemaps": "~1.9.1",
"typescript": "^2.1.6",
"gulp-typescript": "^3.1.3",
"gulp-util": "~3.0.4",
"gulp-concat": "~2.5.2",
"merge2": "~0.3.5",
"gulp-replace": "~0.5.3",
"gulp-rename": "~1.2.2",
"gulp-if": "^2.0.1",
"through2": "~0.6.5",
"run-sequence": "~1.1.0",
"gulp-clean-ts-extends": "~0.1.1",
"gulp-webserver": "^0.9.1",
"yargs": "^4.7.1",
"electron-prebuilt": "^1.4.12",
"electron-packager": "^8.4.0"
},
"dependencies": {
"monaco-editor": "^0.5.3"
}
}