UNPKG

grunt-contrib-symlink

Version:
49 lines (48 loc) 1.03 kB
{ "name": "grunt-contrib-symlink", "description": "Create symbolic links.", "version": "1.0.0", "homepage": "https://github.com/gruntjs/grunt-contrib-symlink", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": { "type": "git", "url": "git://github.com/gruntjs/grunt-contrib-symlink.git" }, "bugs": { "url": "https://github.com/gruntjs/grunt-contrib-symlink/issues" }, "license": "MIT", "engines": { "node": ">= 0.10.0" }, "main": "tasks/symlink.js", "scripts": { "test": "grunt test" }, "peerDependencies": { "grunt": ">=0.4.0" }, "devDependencies": { "grunt": "~0.4.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^0.8.2", "grunt-contrib-internal": "~0.4.5", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^0.4.1" }, "keywords": [ "gruntplugin", "file", "link", "copy", "symlink", "symbolic" ], "files": [ "tasks", "LICENSE-MIT" ] }