aboutsummaryrefslogtreecommitdiff
path: root/node_modules/postcss-reduce-initial/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/postcss-reduce-initial/package.json')
-rw-r--r--node_modules/postcss-reduce-initial/package.json61
1 files changed, 61 insertions, 0 deletions
diff --git a/node_modules/postcss-reduce-initial/package.json b/node_modules/postcss-reduce-initial/package.json
new file mode 100644
index 00000000..343ae1be
--- /dev/null
+++ b/node_modules/postcss-reduce-initial/package.json
@@ -0,0 +1,61 @@
+{
+ "name": "postcss-reduce-initial",
+ "version": "1.0.1",
+ "description": "Reduce initial definitions to the actual initial value, where possible.",
+ "main": "dist/index.js",
+ "files": [
+ "data",
+ "dist/index.js",
+ "LICENSE-MIT"
+ ],
+ "scripts": {
+ "acquire": "node ./dist/acquire.js > ./data/values.json",
+ "contributorAdd": "all-contributors add",
+ "contributorGenerate": "all-contributors generate",
+ "pretest": "eslint src",
+ "prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
+ "test": "ava",
+ "test-012": "ava"
+ },
+ "keywords": [
+ "css",
+ "postcss",
+ "postcss-plugin"
+ ],
+ "license": "MIT",
+ "devDependencies": {
+ "all-contributors-cli": "^3.0.5",
+ "ava": "^0.17.0",
+ "babel-cli": "^6.3.17",
+ "babel-core": "^6.3.26",
+ "babel-plugin-add-module-exports": "^0.2.1",
+ "babel-preset-es2015": "^6.3.13",
+ "babel-preset-es2015-loose": "^7.0.0",
+ "babel-preset-stage-0": "^6.3.13",
+ "babel-register": "^6.9.0",
+ "del-cli": "^0.2.0",
+ "eslint": "^3.0.0",
+ "eslint-config-cssnano": "^3.0.0",
+ "eslint-plugin-babel": "^3.3.0",
+ "eslint-plugin-import": "^2.0.1",
+ "got": "^6.3.0",
+ "html2plaintext": "^1.0.1",
+ "is-html": "^1.0.0"
+ },
+ "homepage": "https://github.com/ben-eb/postcss-reduce-initial",
+ "author": {
+ "name": "Ben Briggs",
+ "email": "beneb.info@gmail.com",
+ "url": "http://beneb.info"
+ },
+ "repository": "ben-eb/postcss-reduce-initial",
+ "dependencies": {
+ "postcss": "^5.0.4"
+ },
+ "ava": {
+ "require": "babel-register"
+ },
+ "eslintConfig": {
+ "extends": "cssnano"
+ }
+}