-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.35 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.35 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
75
76
77
78
{
"name": "kick",
"description": "Kick Application & Application Programming Interface",
"keywords": ["browser", "mobile", "detection", "user-agent", "express", "layout", "view routing", "desktop", "phone", "tablet", "tv", "bot", "responsive design"],
"author": "Willem van Heemstra <willem@vanheemstrasystems.com> (http://vanheemstrasystems.com)",
"version": "1.0.0",
"license": "MIT",
"homepage": "https://github.com/vanHeemstraSystems/kick#readme",
"main": "./servers/server.js",
"private": false,
"engines": {"node": "*"},
"dependencies": {
"express": "~4.0.0",
"express-partials": ">=0.1.1",
"express-redirect": ">=1.1.0",
"express-session": ">=1.7.0",
"utils-merge": ">=1.0.0",
"escape-html": ">=1.0.1",
"morgan": ">=1.2.2",
"body-parser": "~1.0.0",
"cookie-parser": "~1.0.0",
"method-override": "~1.0.0",
"errorhandler": "~1.0.0",
"bower": ">=1.3.5",
"node-sass": ">=0.9.3",
"node-sass-middleware": ">=0.1.0",
"gulp": "~3.8.5",
"forever": ">=0.10.8",
"forever-monitor": ">=1.2.2",
"serveup": "~0.0.5",
"hem": "~0.1.8",
"es5-shimify": "~0.0.1",
"json2ify": "~0.0.1",
"jqueryify": "~0.0.1",
"spine": "~1.0.7",
"stylus": "~0.0.1",
"mocha": "~1.11.0",
"cors": ">=2.5.3",
"superagent": ">=0.18.2",
"expect.js": ">=0.3.1",
"passport": ">=0.2.0",
"passport-local": ">=1.0.0",
"passport-facebook": ">=1.0.3",
"brackets": ">=0.3.0",
"supervisor": ">=0.5.6",
"grunt-cli": ">=0.1.11",
"ejs": "*",
"i18n-2": ">=0.4.6",
"mime": ">=1.2.11",
"swagger-express-mw": "0.0.x",
"tacit-server": "^1.0.8007"
},
"devDependencies": {
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-copy": "0.4.0",
"grunt-sencha-dependencies": "~0.7.1",
"grunt-contrib-jasmine": ">=0.5.2",
"grunt-jsduck": ">=1.0.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.1",
"grunt-istanbul": ">=0.2.3",
"grunt-plato": "~0.1.5",
"mocha": "*",
"should": "^5.2.0",
"supertest": "^0.15.0",
"dateformat": "~1.0.3-1.2.3",
"nodeunit": "*",
"nue": ">=0.7.0-dev",
"istanbul": ">=0.1.46"
},
"scripts": {
"preinstall": "sudo npm install -g swagger",
"start": "node servers/server",
"test": "mocha"
},
"repository": "git://github.com/iceroboticsltd/kick"
}