-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "rhythm-hero",
"version": "0.1.0",
"description": "A simple game to learn rhythm",
"main": "www/index.html",
"repository": {
"type": "git",
"url": "https://github.com/x4d3/rhythm-hero.git"
},
"dependencies": {
"grunt": "~0.4.5",
"grunt-lib-phantomjs": "0.7.1",
"grunt-autoprefixer": "3.0.x",
"grunt-contrib-clean": "0.7.x",
"grunt-contrib-connect": "0.11.x",
"grunt-contrib-copy": "0.8.x",
"grunt-contrib-jshint": "0.11.x",
"grunt-contrib-uglify": "0.11.x",
"grunt-contrib-qunit": "0.7.x",
"grunt-contrib-concat": "0.5.x",
"grunt-contrib-watch": "0.6.x",
"grunt-contrib-cssmin": "0.14.x ",
"grunt-contrib-htmlmin": "0.6.x",
"grunt-appcache": "0.1.x"
},
"devDependencies": {
"grunt-git-describe": "^2.3.2",
"grunt-version": "^1.0.0",
"node-qunit-phantomjs": "^1.3.0"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/x4d3/rhythm-hero/issues"
},
"homepage": "https://github.com/x4d3/rhythm-hero",
"scripts": {
"test": "grunt test"
}
}