package.json 1.74 KB
{
  "_from": "px2rem@^0.5.0",
  "_id": "px2rem@0.5.0",
  "_inBundle": false,
  "_integrity": "sha1-JLOmz3TRSttO13byB4cdmJPkEOI=",
  "_location": "/px2rem",
  "_phantomChildren": {
    "escape-string-regexp": "1.0.5"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "px2rem@^0.5.0",
    "name": "px2rem",
    "escapedName": "px2rem",
    "rawSpec": "^0.5.0",
    "saveSpec": null,
    "fetchSpec": "^0.5.0"
  },
  "_requiredBy": [
    "/px2rem-loader"
  ],
  "_resolved": "http://registry.npm.taobao.org/px2rem/download/px2rem-0.5.0.tgz",
  "_shasum": "24b3a6cf74d14adb4ed776f207871d9893e410e2",
  "_spec": "px2rem@^0.5.0",
  "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/px2rem-loader",
  "author": {
    "name": "songsiqi",
    "email": "songsiqi2006@126.com"
  },
  "bin": {
    "px2rem": "./bin/px2rem.js"
  },
  "bugs": {
    "url": "https://github.com/songsiqi/px2rem/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "chalk": "~0.5.1",
    "commander": "~2.6.0",
    "css": "~2.2.0",
    "extend": "~3.0.0",
    "fs-extra": "~0.16.3"
  },
  "deprecated": false,
  "description": "According to one stylesheet, generate rem version and @1x, @2x and @3x stylesheet",
  "devDependencies": {
    "coveralls": "^2.10.0",
    "istanbul": "^0.3.6",
    "mocha": "^2.1.0"
  },
  "homepage": "https://github.com/songsiqi/px2rem",
  "keywords": [
    "3x",
    "rem",
    "px2rem"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "px2rem",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/songsiqi/px2rem.git"
  },
  "scripts": {
    "cover": "node node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot",
    "test": "mocha"
  },
  "version": "0.5.0"
}