forked from CoderDojo/cp-zen-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.68 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
{
"name": "cp-zen-platform",
"version": "0.0.0",
"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/semistandard ./lib/*/*.js && node_modules/.bin/karma start --single-run",
"jshint-check": "grunt build",
"lint-lib": "./node_modules/.bin/semistandard ./lib/*/*.js"
},
"pre-commit": [
"jshint-check",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/CoderDojo/cp-zen-platform.git"
},
"author": "@nearform",
"license": "MIT",
"bugs": {
"url": "https://github.com/CoderDojo/cp-zen-platform/issues"
},
"dependencies": {
"async": "0.9.2",
"blankie": "1.1.1",
"chairo": "0.0.1",
"chairo-cache": "0.5.2",
"connect-redis": "2.3.0",
"cuid": "1.3.8",
"dustjs-helpers": "1.6.1",
"dustjs-linkedin": "2.6.1",
"good": "6.3.0",
"good-file": "5.0.1",
"hapi": "8.8.1",
"hapi-dust": "2.0.0",
"hapi-etags": "0.1.0",
"hapi-less": "0.2.0",
"hapi-seneca": "1.4.2",
"heapdump": "0.3.7",
"isemail": "1.1.1",
"jed": "1.0.2",
"le_node": "1.1.0",
"less": "1.7.3",
"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": "git://github.com/wprl/seneca.git#b2ccc8b0088468b050beab81287f9ef4dd56df2e",
"seneca-auth": "0.2.10",
"seneca-ng-web": "git://github.com/iantocristian/seneca-ng-web.git",
"seneca-user-roles": "0.1.0",
"seneca-web-access": "0.1.0",
"serve-static": "1.4.0",
"slug": "0.9.1"
},
"devDependencies": {
"bower": "1.4.1",
"catbox-memory": "1.1.1",
"fs-extra": "0.13.0",
"glob": "4.3.1",
"grunt": "0.4.5",
"grunt-config-dir": "0.3.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-less": "0.9.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-copy-to": "0.0.10",
"grunt-dustjs": "1.2.1",
"grunt-localizr": "0.1.0",
"grunt-mocha-cli": "1.9.0",
"karma": "0.13.10",
"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": "0.2.1",
"karma-sinon-chai": "1.0.0",
"mocha": "1.20.1",
"phantomjs": "1.9.18",
"pre-commit": "1.0.7",
"semistandard": "7.0.2",
"supertest": "0.9.0"
},
"homepage": "https://github.com/CoderDojo/cp-zen-platform"
}