-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "cardsJS",
"description": "Scalable playing cards with various hand layouts.",
"homepage": "http://richardschneider.github.io/cardsJS/",
"bugs": "https://github.com/richardschneider/cardsJS/issues",
"license": "MIT",
"main": "cards.js",
"author": {
"name": "Richard Schneider",
"email": "makaretu@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/richardschneider/cardsJS"
},
"keywords": [
"bridge",
"playing",
"cards",
"svg"
],
"dependencies": {
"knockout": "~3.4.1",
"jquery": "~3.3.1"
},
"devDependencies": {
"chai": "^4.1.2",
"gulp": "^3.8.8",
"gulp-bump": "^3.1.0",
"gulp-cssnano": "^2.1.3",
"gulp-filter": "^5.1.0",
"gulp-istanbul": "^1.1.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.4.0",
"gulp-mocha": "^5.0.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-svgmin": "^1.2.4",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"semantic-release": "^15.1.7",
"should": "^13.2.1",
"vinyl-buffer": "^1.0.1"
},
"scripts": {
"test": "gulp test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
}