forked from RobertBColton/ActionMaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 817 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": "actionmaker",
"version": "0.0.1",
"description": "HTML5 Action Library Editor for GameMaker and ENIGMA ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RobertBColton/ActionMaker.git"
},
"author": "Robert B. Colton",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/RobertBColton/ActionMaker/issues"
},
"homepage": "https://github.com/RobertBColton/ActionMaker#readme",
"scripts": {
"build": "rollup -c"
},
"dependencies": {
"vue": "^2.3.3",
"monaco-editor": "^0.9.0",
"vue-monaco": "^0.1.1"
},
"devDependencies": {
"rollup": "^0.43.0",
"rollup-plugin-vue": "^2.4.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-node-resolve": "^3.0.0"
}
}