forked from symposion/roll20-shaped-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "roll20_shaped_scripts",
"version": "10.0.1",
"description": "Scripts to support the 5e Shaped Character Sheet on Roll20.net",
"main": "lib/entry-point.js",
"dependencies": {
"roll20-logger": "^2.2.0",
"roll20-wrapper": "latest",
"underscore": "^1.8.3"
},
"devDependencies": {
"bluebird": "^3.3.4",
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"conventional-github-releaser": "^1.1.3",
"conventional-recommended-bump": "^0.3.0",
"doctoc": "^1.0.0",
"eslint": "^3.6.0",
"eslint-config-airbnb-base": "^7.2.0",
"eslint-plugin-import": "^1.16.0",
"git-rev": "^0.2.1",
"github": "^3.1.1",
"glob": "^7.0.3",
"gulp": "^3.9.1",
"gulp-add-src": "^0.2.0",
"gulp-bump": "^2.1.0",
"gulp-concat": "^2.6.1",
"gulp-conventional-changelog": "^1.1.0",
"gulp-doctoc": "^0.1.4",
"gulp-eslint": "^3.0.1",
"gulp-git": "^1.12.0",
"gulp-ignore": "^2.0.1",
"gulp-inject-version": "^1.0.1",
"gulp-mocha": "^3.0.1",
"gulp-tag-version": "^1.3.0",
"gulp-util": "^3.0.8",
"json-loader": "^0.5.4",
"mocha": "^3.0.1",
"pre-git": "^3.8.3",
"read-pkg": "^1.0.0",
"sinon": "^1.17.3",
"webpack-stream": "^3.1.0"
},
"scripts": {
"test": "gulp",
"commit": "commit-wizard"
},
"repository": {
"type": "git",
"url": "https://github.com/symposion/roll20-shaped-scripts"
},
"author": "[email protected]",
"license": "ISC",
"config": {
"pre-git": {
"commit-msg": "conventional",
"pre-commit": [
"gulp lint"
]
}
}
}