-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (29 loc) · 967 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": "aleut.tools.placeholder"
,
"version": "1.0.1",
"description": "The aleutcss placeholder module contains a useful mixin for changing the text-color on placeholder-text on input-fields.",
"main": "_tools.placeholder.scss",
"repository": {
"type": "git",
"url": "https://github.com/aleutcss/tools.placeholder.git"
},
"contributors": [
{"name": "Marius Hauken", "url": "http://twitter.com/mhauken", "email": "[email protected]"},
{"name": "Robin Sandborg", "url": "http://twitter.com/robrobro", "email": "[email protected]"},
{"name": "Knut Melvær", "url": "http://twitter.com/kmelve", "email": "[email protected]"}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aleutcss/tools.placeholder/issues"
},
"homepage": "https://github.com/aleutcss/tools.placeholder",
"keywords": [
"aleutcss",
"aleut",
"oocss",
"css",
"placeholder",
"mixin"
]
}