-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.93 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
69
70
71
72
{
"name": "mastermind",
"version": "2.5.0-beta0",
"atomVersion": "1.14.2",
"main": "./lib/learn-ide",
"urlMain": "./lib/url-handler",
"description": "The Learn IDE's evil twin that we use for testing",
"scripts": {
"start": "./node_modules/gulp/bin/gulp.js"
},
"keywords": [],
"repository": "https://github.com/learn-co/mastermind",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"dependencies": {
"atom-socket": "0.0.8",
"atom-space-pen-views": "2.1.0",
"dotenv": "2.0.0",
"learn-term.js": "0.0.7",
"page-bus": "3.0.1",
"register-protocol-win32": "1.0.0",
"semver": "^5.3.0",
"underscore-plus": "1.6.6",
"utf8": "2.1.1"
},
"packageDependencies": {
"atom-material-syntax": "1.0.2",
"atom-material-syntax-dark": "0.2.7",
"atom-material-syntax-light": "0.4.6",
"learn-ide-material-ui": "1.3.14",
"mirage": "learn-co/mirage#master"
},
"configSchema": {
"notifier": {
"type": "boolean",
"default": true,
"title": "Learn Status Notifications",
"description": "Receive desktop notifications that correspond to the lights on Learn.co"
},
"terminalFontColor": {
"type": "color",
"default": "#ffffff",
"title": "Terminal Font Color",
"description": "A valid CSS color value which will be used to style your terminal's font"
},
"terminalBackgroundColor": {
"type": "color",
"default": "#1A2226",
"title": "Terminal Background Color",
"description": "A valid CSS color value which will be used to style your terminal's background"
}
},
"devDependencies": {
"decompress": "4.0.0",
"del": "2.2.2",
"gulp": "3.9.1",
"gulp-util": "3.0.7",
"request": "2.75.0",
"run-sequence": "1.2.2",
"shelljs": "0.7.3",
"ssh2": "0.5.0"
}
}