view bower.json @ 5:c02b5a225a10

Serpentron 1.0-beta2.
author Mikhail Kryshen <mikhail@kryshen.net>
date Thu, 18 Feb 2016 01:35:39 +0300
parents
children 4943c163d0b4
line source
1 {
2 "name": "serpentron",
3 "description": "Implementation of a classic arcade game. Survive as long as possible without hitting anything.",
4 "ignore": [
5 "**/.*",
6 "node_modules",
7 "bower_components",
8 "/*.js",
9 "/*.html",
10 "test",
11 "tests"
12 ],
13 "authors": [
14 {
15 "name": "Mikhail Kryshen",
16 "email": "mikhail@kryshen.net"
17 }
18 ],
19 "homepage": "http://www.games1729.com/serpentron/",
20 "keywords": [
21 "Amber",
22 "Smalltalk"
23 ],
24 "license": [
25 "GPL-3.0"
26 ],
27 "private": false,
28 "dependencies": {
29 "amber": "^0.15.1",
30 "amber-compat-es2015": "^0.1.0",
31 "domite": "^0.4.0",
32 "silk": "^0.2.0"
33 },
34 "devDependencies": {
35 "amber-contrib-legacy": "^0.3.0",
36 "amber-ide-starter-dialog": "^0.1.0",
37 "helios": "^0.6.0"
38 }
39 }