-
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.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 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": "kakushika-api",
"version": "0.1.0",
"description": "kakushika API",
"main": "server.js",
"engines": {
"node": "~4.1.2",
"npm": "~3.3.6"
},
"scripts": {
"test": "exit 0",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:Kakushika/kakushika-api.git"
},
"author": "Hackathon Monster",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kakushika/kakuhshika-api/issues"
},
"homepage": "https://github.com/Kakushika/kakuhshika-api#readme",
"dependencies": {
"applicationinsights": "^0.15.8",
"azure-scheduler": "^0.10.1",
"bcryptjs": "^2.3.0",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"config": "^1.16.0",
"cors": "^2.7.1",
"edge": "^4.0.0",
"edge-sql-o": "0.0.5",
"express": "^4.13.3",
"helmet": "^0.12.0",
"js-yaml": "^3.4.3",
"jsonwebtoken": "^5.4.1",
"morgan": "^1.6.1",
"node-logentries": "^0.1.4",
"slack-api": "^0.1.11",
"superagent": "^1.4.0",
"validate.js": "^0.9.0"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"supertest": "^1.0.1"
}
}