-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.06 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.06 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "death-whimsy-roadmap",
"version": "0.0.1",
"description": "Public roadmap for the game, Death Whimsy",
"main": "index.js",
"engine": "node 0.12.2",
"scripts": {
"gulp": "node --harmony-generators ./node_modules/gulp/bin/gulp.js",
"start": "node --harmony-generators server",
"postinstall": "node scripts/post-install.js"
},
"repository": {
"type": "git",
"url": "https://github.com/threehams/death-whimsy-roadmap"
},
"author": "David Edmondson",
"license": "MIT",
"dependencies": {
"angular": "^1.4.0-beta.5",
"angular-animate": "^1.4.0-beta.5",
"angular-messages": "^1.4.0-beta.5",
"angular-route": "^1.4.0-beta.5",
"angular-touch": "^1.3.15",
"bluebird": "^2.9.13",
"bower": "^1.3.12",
"browser-sync": "^2.4.0",
"browserify": "^9.0.3",
"co-body": "^1.1.0",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.5.2",
"gulp-gzip": "^1.0.0",
"gulp-sass": "^1.3.3",
"gulp-spawn-mocha": "^2.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"imagemin": "^3.1.0",
"imagemin-pngquant": "^4.0.0",
"jade": "^1.9.2",
"jadeify": "^4.1.0",
"koa": "^0.18.1",
"koa-router": "^4.2.0",
"koa-static": "^1.4.9",
"lodash": "^3.5.0",
"moment": "^2.9.0",
"node-uuid": "^1.4.3",
"nodemon": "^1.3.7",
"partialify": "^3.1.3",
"request": "^2.53.0",
"run-sequence": "^1.0.2",
"vinyl-source-stream": "^1.1.0",
"watchify": "^2.4.0"
},
"devDependencies": {
"angular-mocks": "^1.4.0-beta.5",
"chai": "^2.1.1",
"co-mocha": "^1.1.0",
"co-supertest": "0.0.8",
"dirty-chai": "^1.2.0",
"karma": "^0.12.32",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-dirty-chai": "^0.0.1",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "^0.3.0",
"karma-sourcemap-loader": "^0.3.4",
"mocha": "^2.2.1",
"sinon": "^1.13.0",
"supertest-as-promised": "^1.0.0"
}
}