-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 839 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
24
25
26
27
28
29
30
31
32
{
"name": "atom-smart-path-autocomplete",
"author": "Lewis Chung <[email protected]>",
"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://[email protected]:coursera/triple-latte.git#v0.2.12",
"chai": "~1.9.1"
}
}