UNPKG

1.1 kBJSONView Raw
1{
2 "name": "metalsmith-changed",
3 "version": "3.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 "pretest": "npm run build",
9 "preversion": "npm test && git add index.js",
10 "postpublish": "git push && git push --tags",
11 "test": "mocha"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/arve0/metalsmith-changed.git"
16 },
17 "keywords": [
18 "metalsmith",
19 "changed"
20 ],
21 "author": "Arve Seljebu",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/arve0/metalsmith-changed/issues"
25 },
26 "homepage": "https://github.com/arve0/metalsmith-changed",
27 "dependencies": {
28 "debug": "^2.2.0",
29 "micromatch": "^2.3.8"
30 },
31 "devDependencies": {
32 "babel-cli": "*",
33 "babel-preset-es2015": "*",
34 "glob-watcher": "^3.0.0",
35 "metalsmith": "^2.1.0",
36 "metalsmith-livereload": "0.0.1",
37 "mocha": "^2.3.3",
38 "node-static": "^0.7.7",
39 "open": "0.0.5",
40 "touch": "^1.0.0"
41 }
42}