-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 791 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 791 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
34
35
36
37
{
"name": "Gamification",
"version": "0.0.1",
"description": "Sistema de gerenciamento da Recode Jr",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"backbone": "^1.3.3",
"body-parser": "^1.17.1",
"express": "^4.13.3",
"helmet": "^3.5.0",
"jsonwebtoken": "^7.3.0",
"mysql": "^2.13.0",
"mysql-model": "0.0.2",
"sha1": "^1.1.1",
"underscore": "^1.8.3"
},
"engines": {
"node": "6.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/RecodeJr/Gamification"
},
"keywords": [
"gamification",
"recode",
"ej"
],
"author": "Recode Jr",
"contributors": [
"Joshua Passos <joshuapassos@gmail.com> (http://joshuapassos.github.io)"
],
"license": "GPL3"
}