|
| 1 | +{ |
| 2 | + "name": "post-load-plugins", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "Automatically loads plug-ins with configuration", |
| 5 | + "engines": { |
| 6 | + "node": ">=4" |
| 7 | + }, |
| 8 | + "main": "lib/index.js", |
| 9 | + "scripts": { |
| 10 | + "pretest": "clinton", |
| 11 | + "test": "xo src/**/*.js test/**/*.js && nyc ava", |
| 12 | + "clean": "rm -rf lib && mkdir lib", |
| 13 | + "build": "npm run clean && babel src/ -d lib/", |
| 14 | + "prepublish": "npm run build", |
| 15 | + "update": "updtr && ava-codemods --force" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "lib/" |
| 19 | + ], |
| 20 | + "dependencies": { |
| 21 | + "chalk": "^1.1.3", |
| 22 | + "indent-string": "^3.0.0", |
| 23 | + "log-symbols": "^1.0.2", |
| 24 | + "post-config": "0.0.1", |
| 25 | + "post-sequence": "^0.1.0", |
| 26 | + "text-table": "^0.2.0" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "ava": "*", |
| 30 | + "ava-codemods": "^0.2.1", |
| 31 | + "babel-cli": "^6.10.1", |
| 32 | + "babel-plugin-add-module-exports": "^0.2.0", |
| 33 | + "babel-plugin-array-includes": "^2.0.3", |
| 34 | + "babel-preset-es2015": "^6.9.0", |
| 35 | + "babel-preset-min": "^0.1.15", |
| 36 | + "babel-register": "^6.7.2", |
| 37 | + "clinton": "^0.5.0", |
| 38 | + "coveralls": "^2.11.9", |
| 39 | + "del": "^2.2.1", |
| 40 | + "nyc": "^6.6.1", |
| 41 | + "postcss-cli": "^2.5.2", |
| 42 | + "posthtml": "^0.9.0", |
| 43 | + "posthtml-bem": "^0.2.2", |
| 44 | + "posthtml-css-modules": "^0.1.0", |
| 45 | + "posthtml-each": "^1.0.1", |
| 46 | + "posthtml-include": "^1.1.0", |
| 47 | + "posthtml-modules": "^0.4.0", |
| 48 | + "posthtml-standard-config": "0.0.5", |
| 49 | + "posthtml-style-to-file": "^0.1.1", |
| 50 | + "read-pkg": "^1.1.0", |
| 51 | + "temp-write": "^2.1.0", |
| 52 | + "updtr": "^0.2.1", |
| 53 | + "xo": "*" |
| 54 | + }, |
| 55 | + "babel": { |
| 56 | + "presets": [ |
| 57 | + "es2015" |
| 58 | + ], |
| 59 | + "plugins": [ |
| 60 | + "array-includes", |
| 61 | + "add-module-exports" |
| 62 | + ], |
| 63 | + "comments": false, |
| 64 | + "compact": true, |
| 65 | + "minified": true |
| 66 | + }, |
| 67 | + "ava": { |
| 68 | + "require": [ |
| 69 | + "babel-register" |
| 70 | + ] |
| 71 | + }, |
| 72 | + "clinton": { |
| 73 | + "rules": { |
| 74 | + "pkg-main": [ |
| 75 | + "off" |
| 76 | + ] |
| 77 | + } |
| 78 | + }, |
| 79 | + "posthtml": { |
| 80 | + "bem": { |
| 81 | + "elemPrefix": "__", |
| 82 | + "modPrefix": "--", |
| 83 | + "modDlmtr": "-" |
| 84 | + }, |
| 85 | + "styleToFile": { |
| 86 | + "path": "./dist/styleToFile.css" |
| 87 | + } |
| 88 | + }, |
| 89 | + "license": "MIT", |
| 90 | + "repository": { |
| 91 | + "type": "git", |
| 92 | + "url": "git+https://github.com/posthtml/posthtml-load-plugins.git" |
| 93 | + }, |
| 94 | + "homepage": "https://github.com/posthtml/posthtml-load-plugins#readme", |
| 95 | + "bugs": { |
| 96 | + "url": "https://github.com/posthtml/posthtml-load-plugins/issues" |
| 97 | + }, |
| 98 | + "author": { |
| 99 | + "name": "Michael Ciniawky", |
| 100 | + |
| 101 | + }, |
| 102 | + "contributors": [ |
| 103 | + { |
| 104 | + "name": "Ivan Demidov", |
| 105 | + |
| 106 | + "url": "https://twitter.com/Scrum_" |
| 107 | + } |
| 108 | + ] |
| 109 | +} |
0 commit comments