ractive
Version:
Next-generation DOM manipulation
111 lines (110 loc) • 2.64 kB
JSON
{
"name": "ractive",
"description": "Next-generation DOM manipulation",
"version": "0.5.2",
"homepage": "http://ractivejs.org",
"main": "ractive.js",
"keywords": [
"template",
"templating",
"data binding",
"binding",
"declarative",
"view model"
],
"author": {
"name": "Rich Harris"
},
"licenses": [
{
"type": "MIT"
}
],
"jam": {
"name": "ractive",
"main": "ractive.js",
"include": [
"ractive.js",
"build/ractive.js",
"build/ractive.runtime.js",
"build/ractive.min.js",
"build/ractive.runtime.min.js",
"build/ractive-legacy.js",
"build/ractive-legacy.runtime.js",
"build/ractive-legacy.min.js",
"build/ractive-legacy.runtime.min.js",
"README.md"
]
},
"categories": [
"DOM",
"Templating"
],
"bugs": {
"url": "https://github.com/ractivejs/ractive/issues"
},
"contributors": [
{
"name": "Max Ogden",
"web": "https://github.com/maxogden"
},
{
"name": "Ryan Ramage",
"web": "https://github.com/ryanramage"
},
{
"name": "Ayman Mackouly",
"web": "https://github.com/1N50MN14"
}
],
"repository": {
"type": "git",
"url": "https://github.com/ractivejs/ractive.git"
},
"github": "https://github.com/ractivejs/ractive",
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-qunit": "~0.5.1",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"amdclean": "~1.5.0",
"cheerio": "~0.17.0",
"promises-aplus-tests": "*",
"grunt-jsbeautifier": "~0.2.7",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-es6-module-transpiler": "~0.6.0",
"broccoli": "~0.12.0",
"broccoli-static-compiler": "~0.1.4",
"broccoli-merge-trees": "~0.1.3",
"broccoli-es6-module-transpiler": "~0.1.0",
"broccoli-filter": "~0.1.6",
"broccoli-cli": "0.0.1",
"broccoli-es6-transpiler": "~0.1.0",
"grunt-broccoli": "~0.3.3",
"broccoli-env": "0.0.1",
"grunt-concurrent": "~0.5.0"
},
"testling": {
"html": "test/testling.html",
"browsers": [
"ie/8..latest",
"chrome/10.0",
"chrome/15.0",
"chrome/23..canary",
"firefox/3.6",
"firefox/7.0",
"firefox/12.0",
"firefox/18.0..nightly",
"opera/10..next",
"safari/4..latest",
"iphone/6.0",
"ipad/6.0",
"android-browser/4.2"
]
}
}