-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 890 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
{
"name": "Lifey",
"version": "0.1.0",
"description": "Conway's Game of Life, in HTML5",
"author": "Alex Bell <[email protected]>",
"devDependencies": {
"babel": "6.5.2",
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.14.0",
"es6-promise": "^4.0.2",
"gator": "1.2.4",
"grunt": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-jshint": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-jscs": "3.0.1",
"grunt-jsonlint": "1.1.0",
"grunt-minify-html": "2.1.0",
"grunt-sass": "1.2.1",
"grunt-webpack": "1.0.14",
"hammerjs": "2.0.8",
"intern": "3.3.1",
"jit-grunt": "0.10.0",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1",
"whatwg-fetch": "1.0.0"
},
"keywords": [
"cellular automata",
"game of life"
],
"license": "MIT",
"private": true
}