view package.json @ 0:27280b550d56 1.0-beta

Serpentron 1.0-beta.
author Mikhail Kryshen <mikhail@kryshen.net>
date Wed, 17 Feb 2016 23:55:43 +0300
parents
children c02b5a225a10
line wrap: on
line source

{
  "name": "serpentron",
  "title": "Serpentron",
  "description": "Implementation of a classic arcade game. Survive as long as possible without hitting anything.",
  "version": "1.0.0-beta",
  "homepage": "http://www.games1729.com/serpentron/",
  "author": {
    "name": "Mikhail Kryshen",
    "email": "mikhail@kryshen.net"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": {
    "url": ""
  },
  "licenses": [
    {
      "type": "GPL-3.0",
      "url": "http://www.gnu.org/licenses/gpl.html"
    }
  ],
  "engines": {
    "node": "0.10.x || 0.12.x || >=4.0.0"
  },
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "amber-dev": "^0.8.2",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "^0.7.0",
    "grunt-contrib-requirejs": "^0.4.4",
    "grunt-execute": "^0.2.2",
    "requirejs": "^2.1.15"
  },
  "keywords": [
    "Amber",
    "Smalltalk"
  ]
}