-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·38 lines (38 loc) · 872 Bytes
/
package.json
File metadata and controls
executable file
·38 lines (38 loc) · 872 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
37
38
{
"private": true,
"name": "Stacked",
"version": "0.0.1",
"description": "Javascript card game framework.",
"directories": {
"test": "test"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-changed": "^0.3.0",
"gulp-clean": "^0.2.4",
"gulp-concat-util": "^0.2.2",
"gulp-mocha-phantomjs": "^0.1.5",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"should": "^3.3.1"
},
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"repository": {
"type": "git",
"url": "git://github.com/balaclark/Stacked.git"
},
"keywords": [
"javascript",
"card",
"game"
],
"author": "Bala Clark <balaclark@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/balaclark/Stacked/issues"
},
"homepage": "https://github.com/balaclark/Stacked"
}