@moonwalker/orbit-mixins-stylus
Version:
Stylus mixins and utilities library
33 lines (32 loc) • 816 B
JSON
{
"name": "@moonwalker/orbit-mixins-stylus",
"version": "1.14.34",
"description": "Stylus mixins and utilities library",
"keywords": [
"css",
"stylus",
"mixins",
"utilities"
],
"homepage": "https://github.com/moonwalker/orbit",
"repository": "moonwalker/orbit",
"author": "Vio <vio@moonwalker.tech>",
"license": "MIT",
"main": "lib/index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"prebuild": "npm run lint && npm run test",
"build": "echo \"Info: nothing to build\" && exit 0",
"lint": "npm run lint:styl && npm run lint:js",
"lint:js": "../../node_modules/.bin/eslint lib/**/*.js",
"lint:styl": "stylint lib",
"test": "jest"
},
"devDependencies": {
"jest": "26.6.3",
"stylint": "2.0.0",
"stylus": "0.59.0"
}
}