-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 952 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
43
{
"name": "px2vw",
"version": "1.0.0",
"description": "A css processor that transform px to viewport unit.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"bin": {
"px2vw": "./bin/px2vw.js"
},
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssruoyan/px2vw.git"
},
"keywords": [
"css",
"style-inline",
"processor",
"px2vw",
"viewport"
],
"author": "ssruoyan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ssruoyan/px2vw/issues"
},
"homepage": "https://github.com/ssruoyan/px2vw#readme",
"dependencies": {
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"commander": "^2.16.0",
"css": "^2.2.3",
"posthtml": "^0.11.3",
"posthtml-parser": "^0.4.1"
}
}