jskick
Version:
Short syntax html data binding + templating solution using javascript, a variation of rivetsjs and tinybind.
66 lines (65 loc) • 1.73 kB
JSON
{
"name": "jskick",
"description": "Short syntax html data binding + templating solution using javascript, a variation of rivetsjs and tinybind.",
"version": "0.9.93",
"author": "Ritesh Pahwa",
"contributors": [
"Ritesh Pahwa",
"Michael Richards",
"Luiz Américo Pereira Câmara"
],
"url": "https://github.com/radkick/jskick",
"homepage": "https://jskick.dev/",
"main": "./dist/kick.js",
"keywords": [
"jskick",
"kickjs",
"kickjs",
"kick",
"@radkick/kick",
"html bind",
"js bind",
"javascript bind",
"rivets",
"tinybind",
"knockout",
"vuejs",
"angular",
"angularJS",
"react"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/radkick/jskick/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/radkick/jskick.git"
},
"scripts": {
"pretest": "node tools/build.js --development",
"test": "phantomjs node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js spec/runner.html",
"build": "node tools/build",
"examples": "http-server",
"dev": "webpack --watch --env.dev"
},
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-custom-element-classes": "0.1.0",
"babel-plugin-transform-es2015-classes": "^6.24.1",
"mocha": "^6.1.4",
"mocha-phantomjs-core": "^1.3.1",
"phantomjs-prebuilt": "^2.1.12",
"puppeteer": "^1.17.0",
"rollup": "^1.13.1",
"rollup-plugin-babel": "^4.0.1",
"rollup-plugin-uglify": "^6.0.2",
"should": "~4.0.4",
"sinon": "~1.10.2",
"webpack-cli": "^3.3.11"
}
}