Mailspring/internal_packages/category-picker/package.json
Evan Morikawa 45e27d7ded feat(labels): add a new label/folder picker
Summary:
This is the initial diff for the label picker UI. This is all of the
functionality and none of the CSS.

Test Plan: todo

Reviewers: bengotow

Reviewed By: bengotow

Subscribers: sdw

Differential Revision: https://phab.nylas.com/D1761
2015-07-21 14:20:15 -07:00

12 lines
203 B
JSON
Executable file

{
"name": "category-picker",
"version": "0.1.0",
"main": "./lib/main",
"description": "Label & Folder Picker",
"license": "Proprietary",
"private": true,
"engines": {
"atom": "*"
}
}