ractive-ractive
Version:
Ractive adaptor for Ractive objects
41 lines (40 loc) • 872 B
JSON
{
"name": "ractive-ractive",
"description": "Ractive adaptor for Ractive objects",
"version": "1.1.1",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"bugs": {
"url": "https://github.com/rstacruz/ractive-ractive/issues"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"mocha-repeat": "^0.1.0",
"mocha-standard": "^1.0.0",
"ractive": "*",
"semistandard": "^6.1.1",
"semver": "^4.0.3"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/rstacruz/ractive-ractive",
"keywords": [
"adaptor",
"model",
"ractive",
"template"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"ractive": "> 0.5.5"
},
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/ractive-ractive.git"
},
"scripts": {
"test": "mocha"
}
}