-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.25 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
41
42
43
44
45
46
47
48
49
{
"name": "roll20-cashmaster",
"version": "0.10.0",
"description": "Roll20 Cashmaster script",
"main": "CashMaster.js",
"dependencies": {
"gulp": "^3.9.1",
"lodash": "^4.17.13"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"del": "^3.0.0",
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"gulp-babel": "^7.0.0",
"gulp-bump": "^3.0.0",
"gulp-eslint": "^4.0.1",
"gulp-file-insert": "^1.0.3",
"gulp-jsonlint": "^1.2.1",
"gulp-markdown": "^2.0.1",
"gulp-string-replace": "^1.0.0",
"gulp-yarn": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arthur-bauer/roll20-cashmaster.git"
},
"keywords": [
"roll20"
],
"author": "Arthur Bauer",
"license": "ISC",
"bugs": {
"url": "https://github.com/arthur-bauer/roll20-cashmaster/issues"
},
"homepage": "https://github.com/arthur-bauer/roll20-cashmaster#readme",
"directories": {
"doc": "docs"
}
}