-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
35 lines (35 loc) · 921 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
{
"name": "thronesdb",
"version": "1.0.0",
"description": "A Deckbuilder for A Game of Thrones 2nd Edition LCG.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thronesdb/thronesdb.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/thronesdb/thronesdb/issues"
},
"homepage": "https://github.com/thronesdb/thronesdb#readme",
"devDependencies": {
"del": "^5.1.0",
"eslint": "^7.15.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rev": "^9.0.0",
"gulp-sourcemaps": "^2.6.5"
}
}