-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.12 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
{
"name": "tetris",
"version": "1.0.0",
"description": "Tetris, the game.",
"main": "index.js",
"scripts": {
"start": "./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "./node_modules/webpack/bin/webpack.js",
"test": "./node_modules/mocha/bin/mocha --compilers js:babel/register"
},
"repository": {
"type": "git",
"url": "https://github.com/acareaga/tetris/issues.git"
},
"author": "Jhun de Andres & Aaron Careaga",
"license": "MIT",
"bugs": {
"url": "https://github.com/acareaga/tetris/issues"
},
"homepage": "https://github.com/acareaga/tetris",
"devDependencies": {
"babel": "^5.8.3",
"babel-core": "^5.7.4",
"babel-loader": "^5.3.2",
"chai": "^3.2.0",
"css-loader": "^0.15.5",
"jshint": "2.9.1",
"mocha": "^2.2.5",
"mocha-loader": "^0.7.1",
"node-libs-browser": "^0.5.2",
"node-sass": "^3.2.0",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.10.1"
},
"dependencies": {
"wolfy87-eventemitter": "4.3.0",
"jquery": "^2.2.0",
"sinon": "^1.17.3"
}
}