|
1 | 1 | { |
2 | | - "name": "builder-coderoad", |
3 | | - "version": "0.1.0", |
4 | | - "description": "Tutorial builder for Atom-Coderoad", |
5 | | - "keywords": [ |
6 | | - "atom", |
7 | | - "builder", |
8 | | - "coderoad", |
9 | | - "creator", |
10 | | - "education", |
11 | | - "tutorial", |
12 | | - "tutorial", |
13 | | - "tutorial" |
14 | | - ], |
15 | | - "bugs": { |
16 | | - "url": "https://github.com/coderoad/builder-coderoad" |
17 | | - }, |
18 | | - "license": "ISC", |
19 | | - "author": "Shawn McKay <shawn.j.mckay@gmail.com>", |
20 | | - "main": "lib/index.js", |
21 | | - "repository": "https://github.com/coderoad/builder-coderoad", |
22 | | - "scripts": { |
23 | | - "compile": "tsc" |
24 | | - }, |
25 | | - "dependencies": { |
26 | | - "atom-plugin-command-line": "1.0.2", |
27 | | - "core-coderoad": "0.1.0", |
28 | | - "highlights": "1.3.1", |
29 | | - "marked": "0.3.5", |
30 | | - "material-ui": "0.15.0", |
31 | | - "node-file-exists": "1.1.0", |
32 | | - "react": "15.1.0", |
33 | | - "react-dom": "15.1.0", |
34 | | - "react-redux": "4.4.5", |
35 | | - "react-tap-event-plugin": "1.0.0", |
36 | | - "redux": "3.5.2", |
37 | | - "redux-logger": "2.6.1", |
38 | | - "redux-thunk": "2.1.0", |
39 | | - "sort-package-json": "^1.4.0" |
40 | | - }, |
41 | | - "activationCommands": { |
42 | | - "atom-workspace": "cb-viewer:toggle" |
43 | | - } |
| 2 | + "name": "builder-coderoad", |
| 3 | + "version": "0.1.0", |
| 4 | + "description": "Tutorial builder for Atom-Coderoad", |
| 5 | + "keywords": [ |
| 6 | + "atom", |
| 7 | + "builder", |
| 8 | + "coderoad", |
| 9 | + "creator", |
| 10 | + "education", |
| 11 | + "tutorial", |
| 12 | + "tutorial", |
| 13 | + "tutorial" |
| 14 | + ], |
| 15 | + "bugs": { |
| 16 | + "url": "https://github.com/coderoad/builder-coderoad" |
| 17 | + }, |
| 18 | + "license": "ISC", |
| 19 | + "author": "Shawn McKay <shawn.j.mckay@gmail.com>", |
| 20 | + "main": "lib/index.js", |
| 21 | + "repository": "https://github.com/coderoad/builder-coderoad", |
| 22 | + "scripts": { |
| 23 | + "compile": "tsc" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "atom-plugin-command-line": "1.0.2", |
| 27 | + "coderoad-cli": "0.6.0", |
| 28 | + "core-coderoad": "0.1.0", |
| 29 | + "highlights": "1.3.1", |
| 30 | + "marked": "0.3.5", |
| 31 | + "material-ui": "0.15.0", |
| 32 | + "node-file-exists": "1.1.0", |
| 33 | + "react": "15.1.0", |
| 34 | + "react-dom": "15.1.0", |
| 35 | + "react-redux": "4.4.5", |
| 36 | + "react-tap-event-plugin": "1.0.0", |
| 37 | + "redux": "3.5.2", |
| 38 | + "redux-logger": "2.6.1", |
| 39 | + "redux-thunk": "2.1.0", |
| 40 | + "sort-package-json": "^1.4.0" |
| 41 | + }, |
| 42 | + "activationCommands": { |
| 43 | + "atom-workspace": "cb-viewer:toggle" |
| 44 | + } |
44 | 45 | } |
0 commit comments