UNPKG

1.09 kBJSONView Raw
1{
2 "name": "metalsmith-changed",
3 "version": "1.1.1",
4 "description": "Metalsmith plugin, do not build files that have not changed.",
5 "main": "index.js",
6 "scripts": {
7 "build": "babel --presets es2015 index.babel.js -o index.js",
8 "build-expected": "node test/build-expected.js",
9 "pretest": "npm run build && npm run build-expected",
10 "preversion": "npm test && git add index.js",
11 "postpublish": "git push && git push --tags",
12 "test": "mocha"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/arve0/metalsmith-changed.git"
17 },
18 "keywords": [
19 "metalsmith",
20 "changed"
21 ],
22 "author": "Arve Seljebu",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/arve0/metalsmith-changed/issues"
26 },
27 "homepage": "https://github.com/arve0/metalsmith-changed",
28 "dependencies": {
29 "debug": "^2.2.0",
30 "micromatch": "^2.3.8"
31 },
32 "devDependencies": {
33 "assert-dir-equal": "^1.0.1",
34 "babel-cli": "*",
35 "babel-preset-es2015": "*",
36 "metalsmith": "^2.1.0",
37 "mocha": "^2.3.3",
38 "touch": "^1.0.0"
39 }
40}