-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
23 lines (23 loc) · 862 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "intellij-emberjs-import-support",
"version": "0.2.0",
"description": "Ember.js: support of `import from '@ember/..'` for JetBrains IDEs (Idea, WebStorm, ...)",
"scripts": {
"postinstall": "git clone --single-branch -b v3.6.1 https://github.com/emberjs/ember.js.git; mv ./ember.js/packages @ember-packages; rm -rf ./ember.js; find ./@ember-packages -name '*.d.ts' -exec rm {} +"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arconamagi/intellij-emberjs-import-support.git"
},
"keywords": [
"ember-addon",
"IntelliJ",
"webstorm"
],
"author": "Dmitriy Labuzov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/arconamagi/intellij-emberjs-import-support/issues"
},
"homepage": "https://github.com/arconamagi/intellij-emberjs-import-support#readme"
}