diff --git a/package.json b/package.json new file mode 100644 index 00000000..6211a122 --- /dev/null +++ b/package.json @@ -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 ", + "David Galeano ", + "Duncan Tebbs ", + "James Austin ", + "Ian Ballantyne ", + "David Fooks ", + "Ben Furneaux ", + "James Long ", + "Jan Borchers ", + "Joe Kilner ", + "Michael Braithwaite ", + "Sheheryar Zakaria", + "Simon Moore ", + "Vincent Briglia", + "Adam Langridge ", + "Chris Matthews " + ], + "license": "MIT", + "readmeFilename": "README.rst" +}