-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 856 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 856 Bytes
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
{
"name": "mon-app",
"version": "0.0.1",
"description": "Mon application.",
"main": "app/server.js",
"author": "Loïc",
"dependencies": {
"assert": "latest",
"co": "^4.6.0",
"grunt": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"jshint-stylish": "latest",
"koa": "latest",
"koa-basic-auth": "latest",
"koa-body": "^1.4.0",
"koa-logger": "latest",
"koa-mongo-rest": "latest",
"koa-mount": "^1.3.0",
"koa-route": "latest",
"koa-router": "^5.4.0",
"koa-session": "latest",
"koa-simple-auth": "0.0.3",
"method-override": "^2.3.5",
"mocha": "latest",
"mongoose": "latest",
"should": "latest",
"supertest": "latest"
}
}