forked from mishalzaman/watchmaker.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1013 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1013 Bytes
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
37
38
{
"name": "watchmaker",
"version": "1.0.0",
"description": "JavaScript tools to build Blind Watchmaker style apps using Richard Dawkins' algorithms",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-examples": "webpack ./examples/js/biomorph-example.js ./examples/js/biomorph-bundle.js && webpack ./examples/js/shell-example.js ./examples/js/shell-bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/penguinpress/watchmaker.js"
},
"dependencies": {
"lodash": "4.13.x"
},
"devDependencies": {
"webpack": "1.13.x",
"canvas": "1.3.x"
},
"keywords": [
"evolution",
"dawkins",
"watchmaker",
"snails",
"shells",
"biomorphs"
],
"author": "Mathieu Triay",
"license": "MIT",
"bugs": {
"url": "https://github.com/penguinpress/watchmaker.js/issues"
},
"homepage": "https://github.com/penguinpress/watchmaker.js"
}