{
  "name": "@abmaonline/parse-less-import",
  "version": "0.1.0",
  "description": "Parse import from less file",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/_mocha --require should --reporter spec",
    "test-cov": "NODE_ENV=test node ./node_modules/.bin/nyc ./node_modules/.bin/_mocha -- --require should"
  },
  "author": "LingyuCoder",
  "contributors": [
    "Matthijs Abma"
  ],
  "license": "MIT",
  "files": [],
  "engines": {
    "node": ">=6"
  },
  "devDependencies": {
    "mocha": "^6.2.3",
    "nyc": "^14.1.1",
    "should": "~13.2.3"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/abmaonline/parse-less-import"
  },
  "keywords": [
    "less",
    "import",
    "parse"
  ],
  "bugs": {
    "url": "https://github.com/abmaonline/parse-less-import/issues"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  }
}
