-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 995 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 995 Bytes
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": "card-starter",
"version": "0.1.2",
"description": "Quick start templates for browser-based games that use a standard, 52-card deck.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hews/card-starter.git"
},
"author": "Philip Hughes <p+npm@hews.co> (http://hews.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hews/card-starter/issues"
},
"homepage": "https://github.com/hews/card-starter#readme",
"devDependencies": {
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-help": "^1.6.1",
"gulp-clean-css": "^2.0.7",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.6",
"gulp-sourcemaps": "^1.6.0",
"imagemin-svgo": "^4.1.2"
}
}