1 | {
|
2 | "name": "grunt-sync",
|
3 | "description": "Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.",
|
4 | "version": "0.8.1",
|
5 | "homepage": "https://github.com/tomusdrw/grunt-sync.git",
|
6 | "author": {
|
7 | "name": "Tomasz Drwiega",
|
8 | "email": "tomusdrw@blacksoft.eu",
|
9 | "url": "http://blacksoft.eu"
|
10 | },
|
11 | "repository": {
|
12 | "type": "git",
|
13 | "url": "git://github.com/tomusdrw/grunt-sync.git"
|
14 | },
|
15 | "bugs": {
|
16 | "url": "https://github.com/tomusdrw/grunt-sync/issues"
|
17 | },
|
18 | "license": "MIT",
|
19 | "main": "Gruntfile.js",
|
20 | "readmeFilename": "readme.md",
|
21 | "engines": {
|
22 | "node": ">=6 <7 || >=8"
|
23 | },
|
24 | "scripts": {
|
25 | "lint": "semistandard",
|
26 | "test": "grunt simplemocha",
|
27 | "grunt": "grunt"
|
28 | },
|
29 | "dependencies": {
|
30 | "fs-extra": "6.0.1",
|
31 | "glob": "7.0.5",
|
32 | "md5-file": "2.0.3"
|
33 | },
|
34 | "devDependencies": {
|
35 | "chai": "4.1.2",
|
36 | "grunt": "0.4.x",
|
37 | "grunt-cli": "1.2.0",
|
38 | "grunt-complexity": "0.1.71",
|
39 | "grunt-contrib-jshint": "0.1.1",
|
40 | "grunt-simple-mocha": "0.4.1",
|
41 | "mocha": "3.5.3",
|
42 | "semistandard": "11.0.0",
|
43 | "time-grunt": "1.4.0"
|
44 | },
|
45 | "keywords": [
|
46 | "gruntplugin",
|
47 | "sync",
|
48 | "synchronize",
|
49 | "copy"
|
50 | ]
|
51 | }
|