-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
60 lines (60 loc) · 1.58 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
{
"name": "neukinnis",
"version": "0.0.0",
"main": "server/server.js",
"scripts": {
"pretest": "jshint .",
"test": "gulp test"
},
"dependencies": {
"architect": "^0.1.11",
"backbone": "^1.1.2",
"backbone.controller": "^0.3.1",
"body-parser": "^1.10.0",
"brfs": "^1.2.0",
"browserify-middleware": "^4.1.0",
"compression": "^1.0.3",
"connect-timeout": "^1.4.0",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"csurf": "^1.6.3",
"debug": "^2.1.0",
"errorhandler": "^1.1.1",
"express-session": "^1.9.3",
"jquery": "^2.1.3",
"loopback": "^2.8.0",
"loopback-boot": "^2.4.0",
"loopback-connector-mongodb": "^1.5.0",
"loopback-datasource-juggler": "^2.7.0",
"method-override": "^2.3.0",
"morgan": "^1.5.0",
"parted": "^0.1.1",
"response-time": "^2.2.0",
"serve-favicon": "^2.2.0",
"serve-static": "^1.7.1",
"underscore": "^1.7.0",
"vhost": "^3.0.0"
},
"optionalDependencies": {
"loopback-explorer": "^1.1.0"
},
"devDependencies": {
"frisby": "git+https://github.com/vlucas/frisby.git",
"gulp": "^3.8.10",
"gulp-develop-server": "^0.2.5",
"gulp-jasmine": "^2.0.0",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.9.0",
"gulp-sequence": "^0.3.1",
"gulp-util": "^3.0.2",
"jasmine-core": "^2.1.3",
"jasmine-jquery-matchers": "0.0.1",
"jshint": "^2.5.6",
"karma": "^0.12.31",
"karma-browserify": "^2.0.0",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"rimraf": "^2.2.8",
"strongloop": "^2.10.2"
}
}