|
1 | 1 | { |
2 | | - "name": "atom-coderoad", |
3 | | - "version": "0.9.5", |
4 | | - "description": "Interactive tutorial plugin for Atom", |
5 | | - "keywords": [ |
6 | | - "atom", |
7 | | - "coderoad", |
8 | | - "education", |
9 | | - "learn", |
10 | | - "tutorial" |
11 | | - ], |
12 | | - "bugs": { |
13 | | - "url": "https://github.com/coderoad/atom-coderoad" |
14 | | - }, |
15 | | - "license": "Apache", |
16 | | - "author": "Shawn McKay <shawn.j.mckay@gmail.com>", |
17 | | - "files": [ |
18 | | - "package.json", |
19 | | - "keymaps", |
20 | | - "lib", |
21 | | - "menus", |
22 | | - "styles", |
23 | | - "*.md" |
24 | | - ], |
25 | | - "main": "./lib/index.js", |
26 | | - "repository": "https://github.com/coderoad/atom-coderoad", |
27 | | - "scripts": { |
28 | | - "compile": "tsc", |
29 | | - "test": "tsc test/*.ts src/typings.d.ts && ava" |
30 | | - }, |
31 | | - "dependencies": { |
32 | | - "atom-plugin-command-line": "1.0.2", |
33 | | - "coderoad-cli": "0.6.0", |
34 | | - "core-coderoad": "0.2.0", |
35 | | - "highlights": "1.3.1", |
36 | | - "marked": "0.3.5", |
37 | | - "material-ui": "0.15.0", |
38 | | - "node-file-exists": "1.1.0", |
39 | | - "react": "15.1.0", |
40 | | - "react-dom": "15.1.0", |
41 | | - "react-redux": "4.4.5", |
42 | | - "react-tap-event-plugin": "1.0.0", |
43 | | - "redux": "3.5.2", |
44 | | - "redux-logger": "2.6.1", |
45 | | - "redux-throttle-actions": "1.1.0", |
46 | | - "redux-thunk": "2.1.0", |
47 | | - "reselect": "2.5.1" |
48 | | - }, |
49 | | - "engines": { |
50 | | - "atom": ">=1.0.0 <2.0.0" |
51 | | - }, |
52 | | - "activationCommands": { |
53 | | - "atom-workspace": "cr-viewer:toggle" |
54 | | - }, |
55 | | - "consumedServices": { |
56 | | - "status-bar": { |
57 | | - "versions": { |
58 | | - "^1.0.0": "consumeStatusBar" |
59 | | - } |
60 | | - } |
| 2 | + "name": "atom-coderoad", |
| 3 | + "version": "0.10.0", |
| 4 | + "description": "Interactive tutorial plugin for Atom", |
| 5 | + "keywords": [ |
| 6 | + "atom", |
| 7 | + "coderoad", |
| 8 | + "education", |
| 9 | + "learn", |
| 10 | + "tutorial" |
| 11 | + ], |
| 12 | + "bugs": { |
| 13 | + "url": "https://github.com/coderoad/atom-coderoad" |
| 14 | + }, |
| 15 | + "license": "Apache", |
| 16 | + "author": "Shawn McKay <shawn.j.mckay@gmail.com>", |
| 17 | + "files": [ |
| 18 | + "package.json", |
| 19 | + "keymaps", |
| 20 | + "lib", |
| 21 | + "menus", |
| 22 | + "styles", |
| 23 | + "*.md" |
| 24 | + ], |
| 25 | + "main": "./lib/index.js", |
| 26 | + "repository": "https://github.com/coderoad/atom-coderoad", |
| 27 | + "scripts": { |
| 28 | + "compile": "tsc", |
| 29 | + "test": "tsc test/*.ts src/typings.d.ts && ava" |
| 30 | + }, |
| 31 | + "dependencies": { |
| 32 | + "atom-plugin-command-line": "1.0.2", |
| 33 | + "coderoad-cli": "0.6.0", |
| 34 | + "core-coderoad": "0.2.0", |
| 35 | + "highlights": "1.3.1", |
| 36 | + "marked": "0.3.5", |
| 37 | + "material-ui": "0.15.0", |
| 38 | + "node-file-exists": "1.1.0", |
| 39 | + "react": "15.1.0", |
| 40 | + "react-dom": "15.1.0", |
| 41 | + "react-redux": "4.4.5", |
| 42 | + "react-tap-event-plugin": "1.0.0", |
| 43 | + "redux": "3.5.2", |
| 44 | + "redux-logger": "2.6.1", |
| 45 | + "redux-throttle-actions": "1.1.0", |
| 46 | + "redux-thunk": "2.1.0", |
| 47 | + "reselect": "2.5.1" |
| 48 | + }, |
| 49 | + "engines": { |
| 50 | + "atom": ">=1.0.0 <2.0.0" |
| 51 | + }, |
| 52 | + "activationCommands": { |
| 53 | + "atom-workspace": "cr-viewer:toggle" |
| 54 | + }, |
| 55 | + "consumedServices": { |
| 56 | + "status-bar": { |
| 57 | + "versions": { |
| 58 | + "^1.0.0": "consumeStatusBar" |
| 59 | + } |
61 | 60 | } |
| 61 | + } |
62 | 62 | } |
0 commit comments