twoway
Version:
Simple Zero dependency 2way databinding library
46 lines (45 loc) • 1.25 kB
JSON
{
"name": "twoway",
"version": "0.0.17",
"description": "Simple Zero dependency 2way databinding library",
"keywords": [
"twoway",
"data",
"binding",
"web",
"frontend",
"no jquery",
"no framework",
"vanilla js",
"library",
"interactive",
"web app"
],
"repository": {
"type": "git",
"url": "https://github.com/faebeee/twoway.git"
},
"main": "./lib/bundle.min.js",
"scripts": {
"dev": "NODE_ENV=dev ./node_modules/.bin/webpack --config webpack.config.js",
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"test": "./node_modules/mocha/bin/mocha --recursive test/*.test.*"
},
"author": "Faebeee",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.3.0",
"babel-preset-env": "^1.6.1",
"karma": "^2.0.0",
"mocha": "^5.0.1",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"unit.js": "^2.0.0",
"webpack": "^3.11.0"
},
"dependencies": {},
"basePath": "./src"
}