This repository was archived by the owner on Apr 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " atom-coderoad" ,
3- "main" : " ./lib/main" ,
43 "version" : " 0.9.3" ,
54 "description" : " Interactive tutorial plugin for Atom" ,
6- "author" : " Shawn McKay <shawn.j.mckay@gmail.com>" ,
75 "keywords" : [
86 " atom" ,
97 " coderoad" ,
10- " tutorial " ,
8+ " education " ,
119 " learn" ,
12- " education "
10+ " tutorial "
1311 ],
14- "activationCommands" : {
15- "atom-workspace" : " cr-viewer:toggle"
16- },
1712 "bugs" : {
1813 "url" : " https://github.com/coderoad/atom-coderoad"
1914 },
20- "repository" : " https://github.com/coderoad/atom-coderoad" ,
21- "consumedServices" : {
22- "status-bar" : {
23- "versions" : {
24- "^1.0.0" : " consumeStatusBar"
25- }
26- }
27- },
15+ "license" : " Apache" ,
16+ "author" : " Shawn McKay <shawn.j.mckay@gmail.com>" ,
2817 "files" : [
2918 " package.json" ,
3019 " keymaps" ,
3322 " styles" ,
3423 " *.md"
3524 ],
36- "license" : " Apache" ,
37- "engines" : {
38- "atom" : " >=1.0.0 <2.0.0"
25+ "main" : " ./lib/index.js" ,
26+ "repository" : " https://github.com/coderoad/atom-coderoad" ,
27+ "scripts" : {
28+ "compile" : " tsc"
3929 },
4030 "dependencies" : {
4131 "atom-plugin-command-line" : " 1.0.2" ,
5343 "redux-throttle-actions" : " ^1.0.1" ,
5444 "redux-thunk" : " 2.1.0"
5545 },
56- "scripts" : {
57- "compile" : " tsc"
46+ "engines" : {
47+ "atom" : " >=1.0.0 <2.0.0"
48+ },
49+ "activationCommands" : {
50+ "atom-workspace" : " cr-viewer:toggle"
51+ },
52+ "consumedServices" : {
53+ "status-bar" : {
54+ "versions" : {
55+ "^1.0.0" : " consumeStatusBar"
56+ }
57+ }
5858 }
5959}
You can’t perform that action at this time.
0 commit comments