store-supplant
Version:
Interpolation plugin for store
32 lines (31 loc) • 656 B
JSON
{
"name": "store-supplant",
"version": "0.1.0",
"description": "Interpolation plugin for store",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/bredele/store-supplant.git"
},
"keywords": [
"store",
"model",
"supplant",
"interpolation",
"template"
],
"author": "Olivier Wietrich <olivier.wietrich@gmail.com> (http://github.com/bredele)",
"license": "MIT",
"bugs": {
"url": "https://github.com/bredele/store-supplant/issues"
},
"devDependencies": {
"datastore": "^1.0.0"
},
"dependencies": {
"supplant": "~0.1.2"
}
}