UNPKG

@descco/ui-core

Version:
59 lines (58 loc) 1.83 kB
{ "name": "@descco/ui-core", "version": "v0.2.0", "description": "Descco UI", "scripts": { "build": "yarn build:sass && yarn build:js && yarn build:images", "build:sass": "babel source/scss --out-dir lib/scss --copy-files --ignore 06-components", "build:js": "babel source --out-dir lib --ignore bin,images", "build:images": "babel source/images --out-dir lib/images --copy-files", "lint": "yarn lint:sass && yarn lint:js", "lint:js": "eslint source/**", "lint:sass": "sass-lint 'source/**/*.scss' --verbose --no-exit", "precommit": "yarn lint", "prepush": "yarn test", "test": "jest --setupTestFrameworkScriptFile=./internals/test/setup.js --testRegex=/source/.*.test.js?$", "test:tdd": "yarn test -- --watch", "test:coverage": "yarn test -- --coverage --coverageDirectory=coverage" }, "main": "lib/index.js", "keywords": [ "descco", "ui-core" ], "author": "Hemerson Vianna <hemerson.lourenco@gmail.com> (https://github.com/hemersonvianna)", "dependencies": {}, "devDependencies": { "babel-cli": "6.24.1", "babel-eslint": "7.2.3", "babel-jest": "20.0.3", "babel-plugin-css-modules-transform": "1.2.7", "babel-preset-es2015": "6.24.1", "babel-preset-stage-0": "6.24.1", "babel-register": "6.24.1", "chai": "4.1.0", "eslint": "4.3.0", "husky": "0.14.3", "jest": "20.0.4", "jsdom": "11.1.0", "node-sass": "4.5.3", "sass-lint": "1.10.2" }, "engines": { "node": ">=6.10.3", "npm": ">=3.10.10" }, "directories": { "doc": "docs" }, "repository": { "type": "git", "url": "git+https://github.com/descco-ui/core.git" }, "license": "MIT", "bugs": { "url": "https://github.com/descco-ui/core/issues" }, "homepage": "https://github.com/descco-ui/core#readme" }