-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
61 lines (61 loc) · 1.4 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
{
"name": "witheve-starter",
"version": "0.1.3",
"description": "A starter framework for building integrated Eve projects.",
"keywords": [
"eve",
"language",
"web",
"framework",
"starter",
"relational",
"database",
"dataflow"
],
"homepage": "http://witheve.com",
"repository": {
"type": "git",
"url": "https://github.com/witheve/eve-starter"
},
"bugs": {
"url": "https://github.com/witheve/eve-starter/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">=7.4.0"
},
"bin": {
"eve": "./build/src/cli.js"
},
"scripts": {
"build": "tsc",
"postinstall": "tsc",
"start": "node build/src/cli.js"
},
"dependencies": {
"@types/body-parser": "0.0.33",
"@types/commander": "^2.3.31",
"@types/express": "^4.0.33",
"@types/glob": "^5.0.30",
"@types/mkdirp": "^0.3.29",
"@types/node": "^6.0.41",
"@types/node-uuid": "0.0.28",
"@types/open": "0.0.29",
"@types/request": "0.0.31",
"@types/ws": "0.0.33",
"body-parser": "^1.15.2",
"commander": "^2.9.0",
"commonmark": "^0.27.0",
"express": "^4.14.0",
"glob": "^7.1.1",
"mkdirp": "^0.5.1",
"node-uuid": "^1.4.7",
"open": "0.0.5",
"request": "^2.75.0",
"setimmediate": "^1.0.5",
"typescript": "~2.2.1",
"uuid": "^3.0.1",
"witheve": "git://github.com/witheve/eve.git#master",
"ws": "^1.1.1"
}
}