-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 794 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
{
"name": "px_vw",
"version": "1.1.0",
"description": "Convert your stylesheet unit from 'px' to 'vw'",
"main": "index.js",
"bin": {
"px_vw": "./bin/px_vw.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ben_lau",
"keywords": [
"vw",
"px_vw",
"px2vw",
"px",
"px-vw",
"px-to-vw",
"stylesheet-unit",
"viewportwidth",
"flexible"
],
"license": "MIT",
"homepage": "https://github.com/ben-lau/px_vw.git",
"dependencies": {
"css": "^2.2.1",
"object-assign": "^4.1.1",
"commander": "^2.15.1",
"chalk": "^2.3.2"
},
"repository": {
"type": "git",
"url": "[email protected]:ben-lau/px_vw.git"
},
"bugs": {
"url": "https://github.com/ben-lau/px_vw/issues"
}
}