|
57 | 57 | "chalk": "^1.1.3", |
58 | 58 | "common-tags": "^1.3.1", |
59 | 59 | "compression-webpack-plugin": "^0.3.2", |
| 60 | + "configstore": "^2.0.0", |
60 | 61 | "core-js": "^2.4.0", |
| 62 | + "core-object": "0.0.2", |
61 | 63 | "css-loader": "^0.23.1", |
| 64 | + "debug": "^2.1.3", |
62 | 65 | "denodeify": "^1.2.1", |
63 | | - "ember-cli": "2.5.0", |
| 66 | + "diff": "^2.2.2", |
| 67 | + "ember-cli-normalize-entity-name": "^1.0.0", |
| 68 | + "ember-cli-preprocess-registry": "^2.0.0", |
64 | 69 | "ember-cli-string-utils": "^1.0.0", |
65 | 70 | "enhanced-resolve": "^2.2.2", |
| 71 | + "exists-sync": "0.0.3", |
66 | 72 | "exit": "^0.1.2", |
67 | 73 | "exports-loader": "^0.6.3", |
68 | 74 | "expose-loader": "^0.7.1", |
69 | 75 | "extract-text-webpack-plugin": "^2.0.0-beta.4", |
70 | 76 | "file-loader": "^0.8.5", |
| 77 | + "findup": "0.1.5", |
| 78 | + "findup-sync": "^0.2.1", |
71 | 79 | "fs-extra": "^0.30.0", |
| 80 | + "fs-monitor-stack": "^1.0.2", |
72 | 81 | "fs.realpath": "^1.0.0", |
| 82 | + "get-caller-file": "^1.0.0", |
| 83 | + "git-repo-info": "^1.0.4", |
73 | 84 | "glob": "^7.0.3", |
74 | | - "handlebars": "^4.0.5", |
75 | 85 | "html-webpack-plugin": "^2.19.0", |
| 86 | + "inflection": "^1.7.0", |
| 87 | + "inquirer": "^0.12.0", |
| 88 | + "is-git-url": "^0.2.0", |
| 89 | + "isbinaryfile": "^2.0.3", |
76 | 90 | "istanbul-instrumenter-loader": "^0.2.0", |
77 | 91 | "json-loader": "^0.5.4", |
78 | 92 | "karma-sourcemap-loader": "^0.3.7", |
|
81 | 95 | "less": "^2.7.1", |
82 | 96 | "less-loader": "^2.2.3", |
83 | 97 | "lodash": "^4.11.1", |
| 98 | + "markdown-it": "4.3.0", |
| 99 | + "markdown-it-terminal": "0.0.3", |
| 100 | + "minimatch": "^3.0.0", |
| 101 | + "mkdirp": "^0.5.1", |
| 102 | + "node-modules-path": "^1.0.0", |
84 | 103 | "node-sass": "^3.10.1", |
| 104 | + "node-uuid": "^1.4.3", |
| 105 | + "nopt": "^3.0.1", |
85 | 106 | "npm-run-all": "^3.0.0", |
86 | 107 | "offline-plugin": "^3.4.1", |
87 | 108 | "opn": "4.0.1", |
| 109 | + "ora": "^0.2.0", |
88 | 110 | "parse5": "^2.1.5", |
89 | 111 | "portfinder": "1.0.9", |
90 | 112 | "postcss-discard-comments": "^2.0.4", |
91 | 113 | "postcss-loader": "^0.9.1", |
92 | 114 | "protractor": "^3.3.0", |
| 115 | + "quick-temp": "0.1.5", |
93 | 116 | "raw-loader": "^0.5.1", |
| 117 | + "readline2": "0.1.1", |
94 | 118 | "remap-istanbul": "^0.6.4", |
95 | 119 | "resolve": "^1.1.7", |
96 | 120 | "rimraf": "^2.5.3", |
| 121 | + "rsvp": "^3.0.17", |
97 | 122 | "rxjs": "5.0.0-beta.12", |
| 123 | + "sane": "^1.1.1", |
98 | 124 | "sass-loader": "^3.2.0", |
99 | 125 | "script-loader": "^0.7.0", |
| 126 | + "semver": "^5.1.0", |
100 | 127 | "shelljs": "^0.7.0", |
101 | 128 | "silent-error": "^1.0.0", |
102 | 129 | "source-map-loader": "^0.1.5", |
|
105 | 132 | "style-loader": "^0.13.1", |
106 | 133 | "stylus": "^0.54.5", |
107 | 134 | "stylus-loader": "^2.1.0", |
108 | | - "symlink-or-copy": "^1.0.3", |
| 135 | + "temp": "0.8.3", |
| 136 | + "through": "^2.3.6", |
| 137 | + "tree-sync": "^1.1.0", |
109 | 138 | "ts-loader": "^0.8.2", |
110 | 139 | "tslint": "^3.15.1", |
111 | 140 | "tslint-loader": "^2.1.4", |
112 | 141 | "typescript": "~2.0.3", |
113 | 142 | "url-loader": "^0.5.7", |
| 143 | + "walk-sync": "^0.2.6", |
114 | 144 | "webpack": "2.1.0-beta.25", |
115 | 145 | "webpack-dev-server": "2.1.0-beta.9", |
116 | 146 | "webpack-md5-hash": "0.0.5", |
117 | 147 | "webpack-merge": "^0.14.0", |
| 148 | + "yam": "0.0.18", |
118 | 149 | "zone.js": "^0.6.23" |
119 | 150 | }, |
120 | 151 | "ember-addon": { |
|
0 commit comments