expand-path
Version:
Super light-weight brace expansion for node
56 lines (55 loc) • 1.44 kB
JSON
{
"name": "expand-path",
"version": "1.0.6",
"description": "Super light-weight brace expansion for node",
"main": "lib/expand-path.js",
"scripts": {
"test": "grunt",
"travis": "grunt ci",
"codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "https://github.com/tandrewnichols/expand-path.git"
},
"keywords": [
"expand",
"brace",
"expansion",
"path",
"multipath",
"object",
"file"
],
"author": "Andrew Nichols",
"license": "MIT",
"bugs": {
"url": "https://github.com/tandrewnichols/expand-path/issues"
},
"homepage": "https://github.com/tandrewnichols/expand-path",
"devDependencies": {
"codeclimate-test-reporter": "^0.4.0",
"coffee-script": "^1.9.3",
"eslint-codeframe-formatter": "^1.0.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-uglify": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-mocha-test": "^0.13.2",
"grunt-open": "^0.2.3",
"grunt-shell": "^2.1.0",
"grunt-simple-istanbul": "^3.0.2",
"grunt-testem-mincer": "^0.5.18",
"grunt-travis-matrix": "1.0.0",
"mocha": "^3.2.0",
"mocha-given": "^0.1.3",
"should": "^12.0.0",
"task-master": "^2.2.1"
},
"dependencies": {
"consumed": "^1.0.0"
}
}