|
1 | 1 | { |
2 | 2 | "name": "gulp-posthtml", |
3 | | - "version": "1.5.2", |
| 3 | + "version": "2.0.0", |
4 | 4 | "description": "Gulp PostHTML Plugin", |
5 | 5 | "main": "index.js", |
6 | | - "engines": { |
7 | | - "npm": ">=3", |
8 | | - "node": ">=4" |
9 | | - }, |
| 6 | + "engines": { "npm": ">=3", "node": ">=4" }, |
10 | 7 | "scripts": { |
11 | | - "clean": "rm -rf .nyc_output coverage jsdoc-api", |
12 | 8 | "lint": "standard", |
13 | | - "pretest": "npm run clean && npm run lint", |
14 | | - "test": "nyc ava 'test/index.js'", |
15 | | - "docs": "jsdoc2md index.js > index.md", |
16 | | - "release:major": "mversion major", |
17 | | - "release:minor": "mversion minor", |
18 | | - "release:patch": "mversion patch" |
| 9 | + "test": "nyc ava test/index.js", |
| 10 | + "logs": "standard-changelog > CHANGELOG.md", |
| 11 | + "docs": "jsdoc2md index.js > INDEX.md", |
| 12 | + "clean": "rm -rf .nyc_output coverage jsdoc-api dmd", |
| 13 | + "start": "sudo npm run clean && npm run lint && sudo npm test" |
19 | 14 | }, |
20 | 15 | "dependencies": { |
21 | 16 | "gulp-util": "^3.0.6", |
22 | | - "posthtml": "^0.9.0", |
23 | | - "posthtml-load-config": "^1.0.0-alpha3", |
| 17 | + "posthtml": "^0.9.1", |
| 18 | + "posthtml-load-config": "^1.0.0", |
24 | 19 | "through2": "^2.0.0" |
25 | 20 | }, |
26 | 21 | "devDependencies": { |
27 | 22 | "ava": "^0.16.0", |
28 | | - "coveralls": "^2.11.14", |
29 | | - "nyc": "^8.3.0", |
| 23 | + "coveralls": "^2.11.15", |
| 24 | + "jsdoc-to-markdown": "^2.0.0", |
| 25 | + "nyc": "^9.0.1", |
30 | 26 | "posthtml-include": "^1.1.0", |
31 | | - "posthtml-pug": "^1.0.1", |
32 | | - "standard": "^8.2.0", |
33 | | - "vinyl": "^1.2.0" |
| 27 | + "posthtml-sugarml": "^1.0.0-alpha3", |
| 28 | + "standard": "^8.4.0", |
| 29 | + "vinyl": "^2.0.0", |
| 30 | + "standard-changelog": "0.0.1" |
34 | 31 | }, |
35 | 32 | "ava": { |
36 | 33 | "verbose": "true" |
37 | 34 | }, |
38 | 35 | "nyc": { |
39 | 36 | "all": true, |
40 | | - "include": [ |
41 | | - "index.js", |
42 | | - "test" |
43 | | - ], |
44 | | - "extension": [ |
45 | | - ".js" |
46 | | - ] |
| 37 | + "include": ["index.js"], |
| 38 | + "extension": [".js"] |
47 | 39 | }, |
48 | 40 | "keywords": [ |
49 | | - "xml", |
50 | 41 | "html", |
51 | 42 | "posthtml", |
52 | | - "posthtmlplugin", |
| 43 | + "posthtml-plugin", |
53 | 44 | "gulp", |
54 | 45 | "gulpplugin", |
55 | 46 | "gulp-posthtml" |
|
58 | 49 | "name": "Ivan Voishev", |
59 | 50 | |
60 | 51 | }, |
| 52 | + "contributors": [ |
| 53 | + { |
| 54 | + "name": "Michael Ciniawsky", |
| 55 | + |
| 56 | + } |
| 57 | + ], |
61 | 58 | "repository": { |
62 | 59 | "type": "git", |
63 | 60 | "url": "git+https://github.com/posthtml/gulp-posthtml.git" |
|
0 commit comments