-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.52 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
{
"name": "protoboard",
"version": "3.0.0",
"description": "Library to make prototyping board games easier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/garysoed/protoboard.git"
},
"author": "garysoed@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/garysoed/protoboard/issues"
},
"homepage": "https://github.com/garysoed/protoboard",
"devDependencies": {
"chai": "^3.1.0",
"chalk": "^0.5.1",
"doctheme": "git://github.com/garysoed/doctheme",
"glob": "^5.0.14",
"gulp": "git://github.com/gulpjs/gulp#4.0",
"gulp-babel": "^4.0.0",
"gulp-bump": "^0.3.1",
"gulp-debug": "^2.0.0",
"gulp-html-subs": "git://github.com/garysoed/gulp-html-subs",
"gulp-ignore": "^1.2.1",
"gulp-jshint": "^1.9.0",
"gulp-myth": "^1.0.2",
"gulp-newer": "^0.5.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.2.11",
"gulp-uglify": "^1.2.0",
"gulp-zip": "^2.0.3",
"jshint-stylish": "^1.0.0",
"karma": "0.13.8",
"karma-chrome-launcher": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-mocha-reporter": "^0.3.1",
"minimist": "^1.1.0",
"mocha": "^2.0.0",
"promise": "^7.0.3",
"spies": "git://github.com/garysoed/spies.git",
"through2": "^0.6.3",
"yuidocjs": "^0.7.0"
},
"dependencies": {
"di-js": "garysoed/di#4.0.0",
"listener": "git://github.com/garysoed/listener.git"
}
}