-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 951 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
33
34
35
36
37
38
39
40
41
42
{
"name": "postcss-input-style",
"version": "1.0.0",
"description": "Adds new pseudo-elements to inputs for easy cross-browser styling of their inner elements",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"inputs",
"shadow dom,",
"psuedo"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seaneking/postcss-input-style.git"
},
"author": "Sean King <sean@simpla.io>",
"maintainers": [
{
"name": "Sean King",
"email": "sean@simpla.io",
"web": "http://simpla.io"
}
],
"bugs": {
"url": "https://github.com/seaneking/postcss-input-style/issues"
},
"homepage": "https://github.com/seaneking/postcss-input-style",
"dependencies": {
"postcss": "^6.0.7"
},
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.1.1",
"mocha": "^3.4.2"
},
"scripts": {
"test": "mocha test",
"posttest": "eslint ."
}
}