v1.0.0
.gitignore
0 → 100644
index.coffee
0 → 100644
package.json
0 → 100644
{ | ||
"name": "deploystudio-find-obsoletes", | ||
"private": true, | ||
"bin": { | ||
"deploystudio-find-obsoletes": "index.js" | ||
}, | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "", | ||
"license": "MIT", | ||
"dependencies": { | ||
"active-lodash": "^1.2.2", | ||
"plist": "^1.2.0" | ||
} | ||
} |
Please register or sign in to comment