forked from henck/trizbort
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·27 lines (27 loc) · 1.05 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
{
"name": "trizbort.io",
"version": "1.0.0",
"description": "Trizbort.io is a JavaScript implementation of Trizbort, the adventure game mapping and code generation software. It aims to provide all Trizbort features in the browser, so that no download is required to create and share Trizbort maps,and generate code for TADS, Inform, Quest and other adventure design systems.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start:dev": "node dev-server.js",
"build": "grunt build"
},
"author": "Alexander van Oostenrijk / Independent Software (www.independent-software.com)",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"express": "^4.17.1",
"grunt": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-handlebars-compiler": "^0.3.1",
"grunt-svgstore": "^2.0.0",
"grunt-ts": "^6.0.0-beta.22",
"handlebars": "^4.7.6",
"typescript": "^3.8.3"
}
}