-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.17 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.17 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
{
"name": "coderally-web",
"version": "2.0.0",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check",
"test": "gulp test:build"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^1.3.0",
"loopback-boot": "^2.6.5",
"serve-favicon": "^2.0.1",
"strong-error-handler": "^1.0.1",
"loopback-datasource-juggler": "^2.39.0",
"loopback-component-explorer": "^2.4.0",
"loopback": "^2.22.0",
"protractor": "^4.x.x",
"gulp": "^3.x.x",
"shelljs": "^0.x.x",
"mocha": "^3.2.0",
"karma-mocha": "^1.0.1",
"karma-mocha-reporter": "^1.3.0",
"mochawesome-screenshots": "^1.4.7",
"yargs": "^4.8.1",
"coderally-agent": "git+https://github.com/ssh24/coderally-agent.git"
},
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-loopback": "^4.0.0",
"nsp": "^2.1.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git@github.com:ssh24/coderally-web.git"
},
"license": "UNLICENSED",
"description": "coderally-web",
"author": "Sakib Hasan"
}