-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.5 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
61
62
63
64
{
"name": "softwareneedsyou-server-api",
"version": "0.0.3",
"description": "SoftwareNeedsYou!'s server API",
"private": true,
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"debug": "cross-env DEBUG=softwareneedsyou-server-api:* node-dev ./bin/www",
"test": "node test/index-test.js"
},
"config": {
"port": "8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softwareneedsyou/softwareneedsyou-server-api.git"
},
"keywords": [
"Software Needs You!",
"SNY",
"server",
"API"
],
"author": {
"name": "SNY! Team",
"url": "https://github.com/softwareneedsyou"
},
"contributors": [
{
"name": "Tristan",
"url": "https://github.com/TristanEduProjet"
},
{
"name": "Bastien",
"url": "https://github.com/Bastien91580"
},
{
"name": "Michel",
"url": "https://github.com/half-shell"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/softwareneedsyou/softwareneedsyou-server-api/issues"
},
"homepage": "https://github.com/softwareneedsyou/softwareneedsyou-server-api#readme",
"dependencies": {
"body-parser": "~1.16.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"hjs": "~0.0.6",
"morgan": "~1.7.0",
"sequelize": "^3.30.4",
"serve-favicon": "~2.3.2",
"sqlite3": "^3.1.8"
},
"devDependencies": {
"cross-env": "^4.0.0",
"node-dev": "^3.1.3",
"sequelize-cli": "^2.7.0"
}
}