UNPKG

steal-css

Version:
86 lines (85 loc) 2.2 kB
{ "name": "steal-css", "version": "1.3.2", "description": "CSS plugin for StealJS", "main": "css.js", "scripts": { "build-1": "node test/css-paths/build.js", "build-2": "steal-tools build --config test/css-before-js/stealconfig.js --main main --baseUrl test/css-before-js/ --minify false", "build-3": "node test/css-instantiated/build.js", "test": "npm run eslint && npm run build-1 && npm run build-2 && npm run build-3 && npm run run-tests", "run-tests": "testee test/test.html --browsers firefox --reporter Spec", "http-server": "http-server -p 3000 --silent", "saucelabs": "npm run build-1 && npm run build-2 && npm run build-3 && node test/saucelabs", "document": "bit-docs", "eslint": "eslint css.js" }, "repository": { "type": "git", "url": "https://github.com/stealjs/steal-css.git" }, "keywords": [ "StealJS", "CSS" ], "author": "Bitovi", "license": "MIT", "bugs": { "url": "https://github.com/stealjs/steal-css/issues" }, "homepage": "https://github.com/stealjs/steal-css", "devDependencies": { "async": "^2.3.0", "bit-docs": "0.0.7", "eslint": "^4.1.1", "http-server": "^0.10.0", "qunitjs": "~2.4.0", "saucelabs": "^1.4.0", "steal": "^1.0.0", "steal-qunit": "^1.0.0", "steal-test-helpers": "^0.2.0", "steal-tools": "^1.0.0", "test-saucelabs": "0.0.2", "testee": "^0.6.1", "wd": "^1.2.0" }, "steal": { "ext": { "css": "steal-css" }, "map": { "$css": "steal-css" } }, "bit-docs": { "dependencies": { "bit-docs-glob-finder": "^0.0.5", "bit-docs-dev": "^0.0.3", "bit-docs-js": "^0.0.3", "bit-docs-generate-readme": "^0.0.8" }, "glob": { "pattern": "**/*.{js,md}", "ignore": "node_modules/**/*" }, "readme": { "apis": "./docs/apis.json" }, "parent": "steal-css" }, "eslintConfig": { "extends": "eslint:recommended", "rules": { "no-param-reassign": "error", "no-useless-escape": "off" }, "env": { "node": true, "browser": true }, "globals": { "doneSsr": true, "Promise": true } } }