@moonwalker/orbit-mixins-stylus
Version:
Stylus mixins and utilities library
34 lines (33 loc) • 872 B
JSON
{
"name": "@moonwalker/orbit-mixins-stylus",
"version": "1.14.9",
"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": "24.9.0",
"stylint": "2.0.0",
"stylus": "0.54.7"
},
"gitHead": "30ec590a2f7110d69cf68321b30ff63ab120544a"
}