12345678910111213141516171819202122 |
- {
- "name": "builder-library",
- "version": "1.0.0",
- "description": "",
- "main": "./lib/make.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "git@hackajob.io:LetSchool/BuilderLibrary.git"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "filewalker": "^0.1.2",
- "co": "^4.6.0",
- "fs-extra": "^0.26.5",
- "string": "^3.3.1"
- }
- }
|