forked from witheve/eve-experiments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "eve",
"version": "0.0.0",
"description": "Better tools for thought.",
"main": "./ui/editor.html",
"dependencies": {
"cli-table": "^0.3.1",
"codemirror": "^5.7.0",
"colors": "^1.1.2",
"compression": "^1.6.1",
"express": "^4.13.3",
"faker": "^3.0.1",
"marked-ast": "^0.2.2",
"pluralize": "^1.2.1",
"uuid": "^2.0.1",
"ws": "^0.8.0"
},
"devDependencies": {
"blessed": "^0.1.81",
"browserify": "^12.0.2",
"chai": "^3.4.1",
"commander": "^2.9.0",
"livereload": "^0.4.0",
"mocha": "^2.3.4",
"tsify": "^0.13.2",
"watchify": "^3.7.0"
},
"scripts": {
"test": "./test.sh",
"dev": "node run.js -b repl",
"repl": "node bin/src/repl.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/witheve/Eve.git"
},
"keywords": [
"Eve",
"relational",
"programming",
"language"
],
"author": "Kodowa Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/witheve/Eve/issues"
},
"homepage": "https://github.com/witheve/Eve#readme"
}