-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 KB
/
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
37
38
39
40
41
{
"name": "conways-garden",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "budo index.js --live -- -t babelify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kylesnowschwartz/conways-garden.git"
},
"author": "Kyle Snow Schwartz & Nick Johnstone",
"license": "MIT",
"bugs": {
"url": "https://github.com/kylesnowschwartz/conways-garden/issues"
},
"homepage": "https://github.com/kylesnowschwartz/conways-garden#readme",
"dependencies": {
"@cycle/core": "^6.0.3",
"@cycle/dom": "^9.4.0",
"cycle-animation-driver": "^0.1.4",
"cycle-keys": "^0.2.0",
"lodash": "^4.12.0",
"lodash-math": "0.0.7",
"node-uuid": "^1.4.7",
"rx": "^4.1.0",
"rx-combine-latest-obj": "^1.0.2",
"tone": "^0.6.1"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babelify": "^7.3.0",
"browserify": "^13.0.1",
"budo": "^8.2.2"
}
}