-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 882 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
{
"name": "postcss-viewport-units",
"version": "0.1.6",
"description": "Automatically append `content` property for viewport-units-buggyfill",
"main": "index.js",
"scripts": {
"lint": "eslint index.js test/",
"test": "mocha test/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/springuper/postcss-viewport-units.git"
},
"keywords": [
"postcss",
"viewport-units-buggyfill",
"content"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/springuper/postcss-viewport-units/issues"
},
"homepage": "https://github.com/springuper/postcss-viewport-units#readme",
"dependencies": {
"postcss": "^5.2.8"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-airbnb-base": "^11.0.0",
"eslint-plugin-import": "^2.2.0",
"mocha": "^3.2.0"
}
}