-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 914 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "javascript-drag-import",
"main": "./lib/main",
"version": "0.1.13",
"description": "Auto import by dragging files from tree-view to your active pane without typing. Supported file types are: JS , JSX , TS , TSX , CSS , SCSS , SASS and LESS.",
"keywords": [
"javascript",
"typescript",
"angular",
"react",
"import",
"autoimport",
"fastimport"
],
"homepage": "https://github.com/ElecTreeFrying/javascript-drag-import#readme",
"repository": {
"type": "git",
"url": "https://github.com/ElecTreeFrying/javascript-drag-import.git"
},
"bugs": {
"url": "https://github.com/ElecTreeFrying/javascript-drag-import/issues"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"deprecated": false,
"bundleDependencies": false,
"dependencies": {
"camelcase": "^5.3.1",
"relative": "^3.0.2",
"sub-atom": "^1.1.0"
}
}