-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.09 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.09 KB
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
{
"name": "developer-quest",
"version": "0.0.1",
"description": "",
"homepage": "https://github.com/racingcow/developer-quest",
"bugs": "https://github.com/racingcow/developer-quest/issues",
"author": {
"name": "David Miller",
"email": "racingcow@hotmail.com",
"url": "https://github.com/racingcow"
},
"paths": {
"php": "c:/Program Files (x86)/PHP/v5.4/php.exe",
"bake": "tools/bake.php",
"impact": "lib/impact/impact.js",
"game": "lib/devquest/main.js",
"devQuestDir": "../developer-quest/",
"publishDir": "../developer-quest-publish/",
"impactplusplusDir": "../racingcow/impactplusplus/",
"publishFile": "devquest.js",
"supercolliderDir": "examples/supercollider/"
},
"dependencies": {
"express": ">= 3.2.6",
"mime": ">= 1.2.9"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-exec": "~0.4.2",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-leading-indent": "~0.1.0"
}
}