-
Notifications
You must be signed in to change notification settings - Fork 257
/
package.json
53 lines (53 loc) · 1.28 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
{
"name": "witheve",
"version": "0.3.0-preview5",
"description": "Programming designed for humans",
"keywords": [
"language",
"ide",
"relational",
"database",
"dataflow"
],
"homepage": "http://witheve.com",
"repository": {
"type": "git",
"url": "https://github.com/witheve/Eve"
},
"bugs": {
"url": "https://github.com/witheve/Eve/issues"
},
"license": "Apache-2.0",
"engines": {
"node": ">=7.4.0"
},
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"build": "tsc",
"postinstall": "tsc",
"prepublish": "tsc",
"test": "node build/test/all.js | faucet",
"start": "echo 'Please download the eve-starter repository to begin using Eve <https://github.com/witheve/eve-starter>.'"
},
"dependencies": {
"@types/commonmark": "^0.22.29",
"@types/dateformat": "^1.0.1",
"@types/node": "^6.0.41",
"@types/tape": "^4.2.28",
"@types/uuid": "^2.0.29",
"chevrotain": "0.28.2",
"commonmark": "^0.27.0",
"dateformat": "^2.0.0",
"express": "^4.14.0",
"falafel": "^2.0.0",
"javascript-natural-sort": "^0.7.1",
"setimmediate": "^1.0.5",
"typescript": "^2.1.4",
"uuid": "^3.0.1"
},
"devDependencies": {
"faucet": "0.0.1",
"tape": "^4.6.0"
}
}