-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 876 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
{
"name": "hain-plugin-material-colors",
"version": "0.5.2",
"description": "A Hain plugin for finding colors from the Material Design color palette",
"main": "index.js",
"author": "Ahmad Ouerfelli <a.ouerf@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/aouerfelli/hain-plugin-material-colors.git"
},
"bugs": {
"url": "https://github.com/aouerfelli/hain-plugin-material-colors/issues"
},
"homepage": "https://github.com/aouerfelli/hain-plugin-material-colors#readme",
"keywords": [
"hain-0.5.0"
],
"hain": {
"prefix": "/material",
"usage": "type /material and the color to find it",
"icon": "./icon.png",
"redirect": "/material "
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0"
}
}