-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.53 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "magic-garden",
"version": "0.0.0",
"description": "A game for Ludum Dare 34.",
"license": {
"type": "mit",
"url": "https://opensource.org/licenses/MIT"
},
"repository": {
"type": "git",
"url": "https://github.com/ehgoodenough/magic-garden"
},
"contributors": [
"Andrew McPherson <@ehgoodenough>",
"Diane Mueller <@madameberry>",
"Christer Kaitila <@mcfunkypants>"
],
"dependencies": {
"expect.js": "^0.3.1",
"firebase": "^2.3.2",
"raf": "^3.1.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"shortid": "^2.2.4",
"vkey": "^1.0.0"
},
"devDependencies": {
"ansi_up": "^1.3.0",
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.3.15",
"babel-eslint": "^5.0.0-beta4",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"browser-sync": "^2.10.0",
"chalk": "^1.1.1",
"css-loader": "^0.23.0",
"cssesc": "^0.1.0",
"eslint": "^1.10.3",
"eslint-loader": "^1.1.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"html-loader": "^0.4.0",
"image-webpack-loader": "^1.6.2",
"inliner": "^1.6.1",
"jsesc": "^0.5.0",
"json-loader": "^0.5.4",
"node-sass": "^3.4.2",
"nw-builder": "^2.1.0",
"rimraf": "^2.4.4",
"sass-loader": "^3.1.2",
"tiled-webpack-loader": "^1.0.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"yargs": "^3.31.0"
},
"scripts": {
"build": "node build"
}
}