UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

29 lines (28 loc) 656 B
{ "name": "walk-sync", "description": "Get an array of recursive directory contents", "version": "0.3.1", "author": "Jo Liss <joliss42@gmail.com>", "main": "index.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/joliss/node-walk-sync" }, "files": [ "index.js" ], "dependencies": { "ensure-posix-path": "^1.0.0", "matcher-collection": "^1.0.0" }, "devDependencies": { "jshint-tap-simple": "^1.0.2", "rimraf": "^2.4.3", "tap": "^1.0.0" }, "scripts": { "test": "tap --timeout 2 ./test/*.js", "test:debug": "tap --debug-brk --timeout 9999 ./test/*.js" } }