-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 787 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 787 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
35
{
"name": "angular-drag-import",
"main": "./lib/main",
"version": "0.6.11",
"description": "Angular drag and drop import in Atom",
"keywords": [
"atom",
"angular",
"typescript",
"import",
"autoimport",
"fastimport",
"drag",
"drop"
],
"homepage": "https://github.com/ElecTreeFrying/angular-drag-import#readme",
"repository": {
"type": "git",
"url": "https://github.com/ElecTreeFrying/angular-drag-import.git"
},
"bugs": {
"url": "https://github.com/ElecTreeFrying/angular-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"
}
}