-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 Bytes
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
{
"name": "gulp-px3rem",
"description": "A gulp plugin for px2rem",
"version": "0.3.0",
"homepage": "https://github.com/songsiqi/px2rem-gulp",
"author": "songsiqi <songsiqi2006@126.com>",
"repository": {
"type": "git",
"url": "git@github.com:songsiqi/px2rem-gulp.git"
},
"dependencies": {
"through2": "^0.6.1",
"gulp-util": "^3.0.0",
"extend": "~2.0.0",
"px2rem": "~0.5.0"
},
"devDependencies": {
"istanbul": "^0.3.6",
"mocha": "^2.1.0"
},
"scripts": {
"test": "mocha",
"cover": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot"
},
"main": "index.js",
"keywords": [
"3x",
"rem",
"px2rem",
"gulp"
],
"license": "MIT"
}