Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "turbulenz_engine",
"version": "1.1.0",
"description": "modular 3D and 2D game framework for making HTML5 powered games for browsers and mobile devices",
"scripts": {
},
"repository": {
"type": "git",
"url": "git://github.com/turbulenz/turbulenz_engine.git"
},
"contributors": [
"Blake Maltby <blakemaltby@turbulenz.com>",
"David Galeano <davidgaleano@turbulenz.com>",
"Duncan Tebbs <duncantebbs@turbulenz.com>",
"James Austin <jamesaustin@turbulenz.com>",
"Ian Ballantyne <ianballantyne@turbulenz.com>",
"David Fooks <davidfooks@turbulenz.com>",
"Ben Furneaux <benfurneaux@turbulenz.com>",
"James Long <jameslong@turbulenz.com>",
"Jan Borchers <janborchers@turbulenz.com>",
"Joe Kilner <joekilner@turbulenz.com>",
"Michael Braithwaite <michaelbraithwaite@turbulenz.com>",
"Sheheryar Zakaria",
"Simon Moore <simonmoore@turbulenz.com>",
"Vincent Briglia",
"Adam Langridge <adamlangridge@turbulenz.com>",
"Chris Matthews <chrismatthews@turbulenz.com>"
],
"license": "MIT",
"readmeFilename": "README.rst"
}