forked from HackSlash581/LAMDAQuest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 700 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 700 Bytes
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
{
"name": "HackSlash",
"version": "0.0.0",
"description": "Programmable 2D adventure RPG",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"should": "~4.1.0"
},
"devDependencies": {
"should": "^4.1.0",
"mocha": "^2.0.1"
},
"scripts": {
"test": "node_modules/.bin/mocha test/testGrammar.js"
},
"repository": {
"type": "git",
"url": "https://github.com/HackSlash581/HackSlash.git"
},
"author": "Chris Hogan, Kevin Bajaj, Sean Hannah, Greg Ervin, Thomas Ford",
"license": "ISC",
"bugs": {
"url": "https://github.com/HackSlash581/HackSlash/issues"
},
"homepage": "https://github.com/HackSlash581/HackSlash"
}