From 3a24d0860d73bb837d58e4f9d45851ae87b46398 Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Fri, 9 Aug 2013 11:59:43 -0700 Subject: [PATCH 1/2] skeleton package.json for npm --- package.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..3374d70f --- /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", +} From 58d1b51a8ed30c3f3e340219fd664d6d2eb0f0ab Mon Sep 17 00:00:00 2001 From: David Konsumer Date: Sun, 11 Aug 2013 20:39:12 -0700 Subject: [PATCH 2/2] Update package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3374d70f..6211a122 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "Simon Moore ", "Vincent Briglia", "Adam Langridge ", - "Chris Matthews ", + "Chris Matthews " ], "license": "MIT", - "readmeFilename": "README.rst", + "readmeFilename": "README.rst" }