-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
68 lines (68 loc) · 1.55 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
62
63
64
65
66
67
68
{
"name": "lively4-core",
"version": "0.9.0",
"description": "A browsers-based self supporting Morphic and JavaScript development and runtime environment.",
"keywords": [
"lively",
"lively4",
"module",
"modules",
"loader",
"compiler",
"lively-kernel"
],
"homepage": "https://github.com/LivelyKernel/lively4-core/",
"bugs": {
"url": "https://github.com/LivelyKernel/lively4-core/issues",
"email": "[email protected]"
},
"license": "MIT",
"contributors": [
{
"name": "Stefan Lehmann",
"email": "[email protected]",
"url": "https://github.com/onsetsu"
},
{
"name": "Jens Lincke",
"email": "[email protected]"
},
{
"name": "Tim Felgentreff",
"email": "[email protected]"
}
],
"files": [
"src/client/lively.js"
],
"main": "src/client/lively.js",
"directories": {
"lib": "src"
},
"repository": {
"type": "git",
"url": "https://github.com/LivelyKernel/lively4-core.git"
},
"scripts": {
"test": "karma start karma.conf.js --single-run"
},
"dependencies": {
"@timkendrick/monaco-editor": "^0.0.9"
},
"devDependencies": {
"bootstrap-css-only": "4.1.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.12",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-requirejs": "^0.2.2",
"mocha": "^2.2.5",
"node-forge": "0.7.5",
"requirejs": "^2.1.20"
},
"engines": {
"node": ">= 0.12.4",
"npm": "~2.10.1"
}
}