forked from CoderDojo/cp-zen-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.53 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "cp-zen-platform",
"version": "0.0.1",
"description": "cp-zen-platform",
"main": "index.js",
"scripts": {
"migrate": "node_modules/.bin/migrate",
"start": "node web/index.js",
"postinstall": "cd web && bower install",
"test": "./node_modules/.bin/gulp test",
"jshint-check": "./node_modules/.bin/gulp jshint",
"lint-lib": "./node_modules/.bin/gulp semistandard"
},
"pre-commit": [
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/CoderDojo/cp-zen-platform.git"
},
"author": "CoderDojo Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderDojo/community-platform/issues"
},
"dependencies": {
"async": "0.9.2",
"blankie": "1.1.1",
"blipp": "2.3.0",
"chairo": "0.2.0",
"chairo-cache": "0.5.2",
"connect-redis": "2.3.0",
"cp-i18n-lib": "git+https://github.com/CoderDojo/cp-i18n-lib.git#1.0.0",
"cuid": "1.3.8",
"debug": "2.2.0",
"dustjs-helpers": "1.6.1",
"dustjs-linkedin": "2.6.1",
"glob": "4.5.3",
"good": "6.3.0",
"good-file": "5.0.1",
"good-http": "5.0.x",
"hapi": "10.4.1",
"hapi-auth-cookie": "^3.1.0",
"hapi-dust": "2.0.0",
"hapi-etags": "0.1.0",
"hapi-swagger": "2.2.0",
"inert": "3.1.0",
"isemail": "1.1.1",
"jed": "1.0.2",
"joi": "6.9.0",
"less": "2.7.1",
"locale": "0.0.20",
"localizr": "0.1.0",
"lodash": "3.7.0",
"lodash-deep": "1.6.0",
"newrelic": "1.19.2",
"po2json": "0.4.1",
"requireindex": "1.1.0",
"scooter": "2.0.1",
"seneca": "0.7.2",
"serve-static": "1.4.0",
"slug": "0.9.1",
"vision": "3.0.0"
},
"devDependencies": {
"bower": "1.4.1",
"catbox-memory": "1.1.1",
"del": "^2.2.1",
"fs-extra": "0.13.0",
"glob": "4.3.1",
"gulp": "3.9.1",
"gulp-concat": "2.6.0",
"gulp-jshint": "^2.0.1",
"gulp-less": "3.1.0",
"gulp-ng-annotate": "2.0.0",
"gulp-qdom": "0.0.3",
"gulp-semistandard": "^0.2.2",
"gulp-tap": "^0.1.3",
"gulp-uglify": "1.5.4",
"jshint": "^2.9.2",
"karma": "0.13.19",
"karma-browserify": "4.2.1",
"karma-coverage": "0.3.1",
"karma-fixture": "0.2.5",
"karma-html2js-preprocessor": "0.1.0",
"karma-json-fixtures-preprocessor": "0.0.1",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "1.0.1",
"karma-sinon-chai": "1.0.0",
"mocha": "1.20.1",
"pre-commit": "1.0.7",
"semistandard": "7.0.3",
"supertest": "0.9.0"
},
"homepage": "https://github.com/CoderDojo/cp-zen-platform"
}