pxtorem-dpr
Version:
A CSS post-processor that converts px to rem.
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "pxtorem-dpr",
"description": "A CSS post-processor that converts px to rem.",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "https://github.com/525729985/pxtorem-dpr"
},
"author": "xu",
"license": "MIT",
"main": "index.js",
"keywords": [
"rem",
"hairline"
],
"scripts": {
"test:babel": "babel src --out-dir lib",
"test:lint": "eslint src",
"test:mocha": "mocha",
"test": "npm run test:babel && npm run test:mocha",
"cover": "isparta cover --report text --report lcov _mocha -- --reporter dot"
},
"dependencies": {
"css": "^2.2.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.9.0",
"chai": "^3.5.0",
"eslint": "^3.5.0",
"isparta": "~4.0.0",
"mocha": "^3.0.2"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"transform-object-assign"
]
}
}