|
1 | 1 | { |
2 | 2 | "name":"atom-coderoad", |
3 | | -"main":"./lib/main", |
4 | 3 | "version":"0.9.3", |
5 | 4 | "description":"Interactive tutorial plugin for Atom", |
6 | | -"author":"Shawn McKay <shawn.j.mckay@gmail.com>", |
7 | 5 | "keywords": [ |
8 | 6 | "atom", |
9 | 7 | "coderoad", |
10 | | -"tutorial", |
| 8 | +"education", |
11 | 9 | "learn", |
12 | | -"education" |
| 10 | +"tutorial" |
13 | 11 | ], |
14 | | -"activationCommands": { |
15 | | -"atom-workspace":"cr-viewer:toggle" |
16 | | - }, |
17 | 12 | "bugs": { |
18 | 13 | "url":"https://github.com/coderoad/atom-coderoad" |
19 | 14 | }, |
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>", |
28 | 17 | "files": [ |
29 | 18 | "package.json", |
30 | 19 | "keymaps", |
|
33 | 22 | "styles", |
34 | 23 | "*.md" |
35 | 24 | ], |
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" |
39 | 29 | }, |
40 | 30 | "dependencies": { |
41 | 31 | "atom-plugin-command-line":"1.0.2", |
|
53 | 43 | "redux-throttle-actions":"^1.0.1", |
54 | 44 | "redux-thunk":"2.1.0" |
55 | 45 | }, |
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 | + } |
58 | 58 | } |
59 | 59 | } |