| 123456789101112131415161718192021222324252627282930313233 |
- {
- "name": "reduce-css-calc",
- "version": "1.3.0",
- "description": "Reduce CSS calc() function to the maximum",
- "keywords": [
- "css",
- "calculation",
- "calc"
- ],
- "author": "Maxime Thirouin",
- "license": "MIT",
- "repository": "https://github.com/MoOx/reduce-css-calc.git",
- "files": [
- "index.js"
- ],
- "dependencies": {
- "balanced-match": "^0.4.2",
- "math-expression-evaluator": "^1.2.14",
- "reduce-function-call": "^1.0.1"
- },
- "devDependencies": {
- "jscs": "^1.5.9",
- "jshint": "^2.5.2",
- "npmpub": "^3.0.3",
- "tape": "^2.13.4"
- },
- "scripts": {
- "jscs": "jscs *.js **/*.js",
- "jshint": "jshint . --exclude node_modules",
- "test": "npm run jscs && npm run jshint && tape test",
- "release": "npmpub"
- }
- }
|