-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
26 lines (26 loc) · 1016 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
{
"name": "trizbort.io",
"version": "1.1.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": {
"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.4.0",
"grunt-svgstore": "^2.0.0",
"grunt-ts": "^6.0.0-beta.22",
"handlebars": "^4.7.6",
"typescript": "^3.8.3"
}
}