-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 893 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
{
"name": "@megalo/px2rpx",
"description": "According to one stylesheet, generate rpx version.",
"version": "0.1.0",
"homepage": "https://github.com/megalojs/megalo-px2rpx",
"author": "zwwill <[email protected]>",
"repository": {
"type": "git",
"url": "[email protected]:megalojs/megalo-px2rpx.git"
},
"files": [
"bin",
"lib"
],
"dependencies": {
"css": "~2.2.0",
"extend": "~3.0.0",
"commander": "~2.6.0",
"chalk": "~0.5.1",
"fs-extra": "~0.16.3"
},
"devDependencies": {
"istanbul": "^0.3.6",
"coveralls": "^2.10.0",
"mocha": "^2.1.0"
},
"bin": {
"px2rpx": "./bin/px2rpx.js"
},
"scripts": {
"test": "mocha",
"cover": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot"
},
"main": "index.js",
"keywords": [
"3x",
"rpx",
"px2rpx"
],
"license": "MIT"
}