-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 839 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 839 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
{
"name": "atom-smart-path-autocomplete",
"author": "Lewis Chung <lewis.f.chung@gmail.com>",
"version": "0.1.0",
"main": "./lib/atom-smart-path-autocomplete",
"providedServices": {
"autocomplete.provider": {
"versions": {
"2.0.0": "provide"
}
}
},
"description": "Autocomplete plugin for doing autocompletions.",
"keywords": [],
"repository": "https://github.com/lewisf/atom-smart-path-autocomplete",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"bluebird": ">=2.9.0",
"fb-watchman": "^1.6.0",
"fuzzaldrin": ">=1.0.0",
"lodash": ">=3.10.0",
"redux": "^3.0.5",
"underscore-plus": "^1.6.6"
},
"devDependencies": {
"triple-latte": "git+ssh://git@github.com:coursera/triple-latte.git#v0.2.12",
"chai": "~1.9.1"
}
}