-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "tetris",
"version": "1.1.0",
"private": true,
"scripts": {
"start": "grunt dev",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/Mido22/tetris.git"
},
"keywords": [
"es6", "angular", "game", "grunt"
],
"devDependencies": {
"babel": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"grunt": "^0.4.5",
"grunt-babel": "^6.0.0",
"grunt-browserify": "^4.0.1",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jade": "^0.15.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.1",
"jade": "^1.11.0",
"livereload": "^0.4.0",
"load-grunt-tasks": "^3.3.0",
"mocha": "^2.3.4",
"nodemon": "^1.8.1",
"should": "^8.1.1"
},
"dependencies": {
"serve-static": "^1.10.0",
"finalhandler": "^0.4.1"
}
}