Permalink
Cannot retrieve contributors at this time
{ | |
"name": "umailphp", | |
"version": "2.4.0", | |
"description": "An email templating system for Nymph.", | |
"main": "lib/umailphp.js", | |
"browser": "src/umailphp.js", | |
"directories": { | |
"lib": "lib", | |
"example": "examples" | |
}, | |
"scripts": { | |
"build": "babel -d lib/ src/", | |
"watch": "babel --watch -d lib/ src/", | |
"prepare": "npm run build", | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"files": [ | |
"conf", | |
"lib", | |
"src", | |
"setup" | |
], | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/sciactive/umailphp.git" | |
}, | |
"keywords": [ | |
"email", | |
"templating", | |
"php" | |
], | |
"author": "Hunter Perrin <hperrin@gmail.com>", | |
"license": "Apache-2.0", | |
"bugs": { | |
"url": "https://github.com/sciactive/umailphp/issues" | |
}, | |
"homepage": "https://github.com/sciactive/umailphp#readme", | |
"dependencies": { | |
"nymph-client": "^4.0.0-beta.6", | |
"pform": "^3.3" | |
}, | |
"devDependencies": { | |
"babel-cli": "^6.26.0", | |
"babel-plugin-transform-es2015-modules-umd": "^6.24.1", | |
"babel-preset-env": "^1.7.0", | |
"babel-preset-stage-3": "^6.24.1" | |
} | |
} |