metalsmith-revision
Advanced tools
Comparing version 0.0.0-semantic-dummy to 0.0.2
{ | ||
"name": "metalsmith-revision", | ||
"version": "0.0.0-semantic-dummy", | ||
"description": "Compile only the changed files", | ||
"main": "./lib/index.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wcastand/metalsmith-revision.git" | ||
}, | ||
"version": "0.0.2", | ||
"description": "Compile only the modified files", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
@@ -22,24 +15,29 @@ "prebuild": "rimraf lib", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/wcastand/metalsmith-revision.git" | ||
}, | ||
"keywords": [ | ||
"metalsmith", | ||
"changed" | ||
], | ||
"author": "William Castandet <wcastand@gmail.com> (https://github.com/wcastand)", | ||
"license": "MIT", | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
"bugs": { | ||
"url": "https://github.com/wcastand/metalsmith-revision/issues" | ||
}, | ||
"homepage": "https://github.com/wcastand/metalsmith-revision#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-es2015": "^6.13.1", | ||
"babel-preset-stage-0": "^6.5.0", | ||
"babel-register": "^6.11.6", | ||
"chai": "^3.5.0", | ||
"commitizen": "^2.8.4", | ||
"cz-conventional-changelog": "^1.1.6", | ||
"mocha": "^3.0.1", | ||
"rimraf": "^2.5.4", | ||
"semantic-release": "^4.3.5" | ||
"rimraf": "^2.5.4" | ||
}, | ||
"dependencies": { | ||
"crypto": "0.0.3" | ||
"crypto": "0.0.3", | ||
"recursive-readdir": "^2.0.0" | ||
} | ||
} |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5067
7
16
62
1
1
2
+ Addedrecursive-readdir@^2.0.0
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedrecursive-readdir@2.2.3(transitive)