-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.12 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
{
"name": "HandTeamManager",
"version": "0.0.5",
"description": "Manager team strategie, and make them available to the team members",
"main": "src/app.js",
"repository": {
"type": "git",
"url": "git://github.com:b2l/HandTeamManager.git"
},
"keywords": [
"Handball",
"Team",
"website"
],
"dependencies": {
"express": "3.x",
"microee": "~0.0.2",
"ejs": "x",
"mongodb": "1.2.10",
"node-persist": "0.0.1",
"passport": "~0.1.17",
"passport-google": "~0.3.0",
"passport-twitter": "~1.0.2",
"q-mongodb": "0.0.1",
"q": "~0.9.7",
"nodemailer": "~0.6.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"chai": "~1.8.1",
"grunt-contrib-sass": "~0.5.1",
"grunt-express": "~1.2.1",
"grunt-nodemon": "~0.1.2",
"grunt-concurrent": "~0.4.2",
"grunt-browserify2": "~0.1.8",
"grunt-contrib-uglify": "~0.2.7",
"page": "~1.3.7"
},
"engines": {
"node": ">=0.4.0"
},
"author": {
"name": "Nicolas Medda",
"email": "nmedda@viareport.com"
},
"license": "BSD"
}