-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 903 Bytes
/
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
{
"name": "twilioquest-base",
"version": "8.1.0",
"description": "Base extension for the TwilioQuest game - contains Fog Owl map and common assets",
"main": "index.js",
"//files": "This lists the directories we package and ship to NPM.",
"files": [
"/images",
"/levels",
"/objects",
"/scripts",
"/spritesheets",
"/tilesets",
"/items"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TwilioQuest/twilioquest-base.git"
},
"keywords": [
"twilioquest"
],
"author": "Team TwilioQuest",
"license": "MIT",
"bugs": {
"url": "https://github.com/TwilioQuest/twilioquest-base/issues"
},
"homepage": "https://github.com/TwilioQuest/twilioquest-base#readme",
"dependencies": {
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.2"
}
}