UNPKG

grunt-lmd

Version:
46 lines (45 loc) 982 B
{ "name": "grunt-lmd", "description": "Builds LMD projects.", "version": "0.1.18", "homepage": "https://github.com/azproduction/grunt-lmd", "author": { "name": "Mikhail Davydov", "url": "http://azproduction.ru/" }, "repository": { "type": "git", "url": "git://github.com/azproduction/grunt-lmd.git" }, "bugs": { "url": "https://github.com/azproduction/grunt-lmd/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/azproduction/grunt-lmd/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "./node_modules/.bin/grunt test" }, "dependencies": { "lmd": ">=1.10.5-4" }, "devDependencies": { "grunt": "0.4.x", "grunt-cli": "0.1.x", "grunt-contrib-clean": "0.4.x", "grunt-contrib-nodeunit": "0.1.x", "grunt-contrib-jshint": "0.1.x" }, "keywords": [ "gruntplugin", "lmd", "build" ] }