UNPKG

j2c

Version:

A tiny CSS in JS solution.

56 lines (55 loc) 1.81 kB
{ "name": "j2c", "version": "0.11.3", "description": "A tiny CSS in JS solution.", "main": "dist/j2c.commonjs.js", "scripts": { "all": "npm run build && npm run eslint && npm run nyan", "preversion": "npm run -s all", "prepublish": "(in-publish && git push --follow-tags) || not-in-publish", "build": "npm run -s clean && node scripts/build.js", "uglify": "uglifyjs dist/j2c.commonjs.js -c -m --comments > dist/j2c.commonjs.min.js && uglifyjs dist/j2c.amd.js -c -m --comments > dist/j2c.amd.min.js && uglifyjs dist/j2c.global.js -c -m --comments > dist/j2c.global.min.js", "clean": "rm -f dist/*.js && rm -f dist/inline/*.js", "eslint": "echo \"linting...\" && eslint --fix src/*.js test/test.js scripts/*.js", "nyan": "mocha --ui qunit --reporter nyan", "test": "mocha --ui qunit", "cover": "mocha --ui qunit --require blanket --reporter mocha-lcov-reporter | coveralls || npm run test" }, "repository": { "type": "git", "url": "https://github.com/j2css/j2c.git" }, "keywords": [ "CSS", "css-in-js" ], "author": "Pierre-Yves Gérardy", "license": "MIT", "bugs": { "url": "https://github.com/j2css/j2c/issues" }, "config": { "blanket": { "pattern": "//j2c\\.commonjs/" } }, "homepage": "http://j2c.py.gy", "devDependencies": { "blanket": "^1.1.7", "compose-regexp": "^0.1.8", "coveralls": "^2.11.2", "eslint": "^1.10.3", "expect.js": "0.3.1", "in-publish": "^2.0.0", "jshint": "^2.8.0", "mocha": "^2.3.4", "mocha-lcov-reporter": "^1.0.0", "perfectionist": "^2.1.2", "postcss": "^5.0.14", "postcss-minify-params": "^1.0.4", "postcss-minify-selectors": "^2.0.2", "rollup": "^0.24.0", "surgicate": "0.0.3", "uglify-js": "^2.6.0" } }