grunt-pathfinder
Version:
Find files and process their paths in a template.
51 lines (50 loc) • 1.23 kB
JSON
{
"name": "grunt-pathfinder",
"description": "Find files and process their paths in a template.",
"version": "0.3.1",
"homepage": "https://github.com/excellenteasy/grunt-pathfinder.git",
"author": {
"name": "David Pfahler",
"email": "david@excellenteasy.com"
},
"repository": {
"type": "git",
"url": "git://github.com/excellenteasy/grunt-pathfinder"
},
"bugs": {
"url": "https://github.com/excellenteasy/grunt-pathfinder/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/excellenteasy/grunt-pathfinder.git/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "./node_modules/.bin/grunt test"
},
"dependencies": {
"coffee-script": "~1.4.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.1.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.1.1",
"grunt": "~0.4.0",
"grunt-contrib-coffee": "~0.3.2",
"grunt-contrib-watch": "~0.1.4",
"grunt-lib-contrib": "~0.4.0",
"grunt-cli": "~0.1.3",
"importless": "~0.1.4"
},
"keywords": [
"gruntplugin",
"filepaths",
"dependency",
"template"
]
}