view package.json @ 15:7811c5ea0700

Serpentron 1.0.1.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 12 Apr 2016 23:43:13 +0300
parents 89fc4ef53637
children 4943c163d0b4
line source
1 {
2 "name": "serpentron",
3 "title": "Serpentron",
4 "description": "Implementation of a classic arcade game. Survive as long as possible without hitting anything.",
5 "version": "1.0.1",
6 "homepage": "http://www.games1729.com/serpentron/",
7 "author": {
8 "name": "Mikhail Kryshen",
9 "email": "mikhail@kryshen.net"
10 },
11 "repository": {
12 "type": "git",
13 "url": ""
14 },
15 "bugs": {
16 "url": ""
17 },
18 "licenses": [
19 {
20 "type": "GPL-3.0",
21 "url": "http://www.gnu.org/licenses/gpl.html"
22 }
23 ],
24 "engines": {
25 "node": "0.10.x || 0.12.x || >=4.0.0"
26 },
27 "scripts": {
28 "test": "grunt test"
29 },
30 "devDependencies": {
31 "amber-dev": "^0.8.2",
32 "grunt": "^0.4.5",
33 "grunt-contrib-clean": "^0.7.0",
34 "grunt-contrib-requirejs": "^0.4.4",
35 "grunt-execute": "^0.2.2",
36 "requirejs": "^2.1.15"
37 },
38 "keywords": [
39 "Amber",
40 "Smalltalk"
41 ]
42 }