-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "genie-exec",
"version": "0.1.0",
"main": "app/server.js",
"scripts": {
"postinstall": "npm run typings",
"typings": "cd server-src && typings install && cd ../client && npm install",
"start": "node server/server.js"
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"helmet": "^1.3.0",
"loopback": "^2.22.0",
"loopback-boot": "^2.6.5",
"loopback-component-explorer": "^2.4.0",
"loopback-datasource-juggler": "^2.39.0",
"debug": "^2.2.0",
"jade": "^1.11.0",
"morgan": "^1.6.1",
"serve-favicon": "^2.3.0"
},
"keywords": [
"loopback",
"typescript",
"genie-exec"
],
"devDependencies": {
"nsp": "^2.1.0",
"chai": "^3.5.0",
"mocha": "^2.5.3"
},
"author": "John Reeme <john.reeme@soteradefense.com> (http://soteradefense.com)",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git+https://github.com/sotera/express-exec.git"
},
"bugs": {
"url": "https://github.com/sotera/express-exec/issues"
}
}