-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 888 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "hex_world",
"version": "0.1.0",
"authors": [
"Mois Moshev <[email protected]>"
],
"description": "An artificial life simulation",
"keywords": [
"simulation",
"life",
"games",
"growth"
],
"license": "Artistic",
"homepage": "http://monomon.me/hex_world",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-jsdoc": "^0.5.8",
"grunt-karma": "^0.10.1",
"grunt-markdown": "^0.7.0",
"grunt-processhtml": "^0.3.7",
"jasmine-jquery": "^2.0.6",
"karma": "^0.12.31",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5"
},
"repository": {
"type": "git",
"url": "git://github.com/monomon/hex_world.git"
}
}