UNPKG

way-js

Version:

Simple, lightweight, persistent, framework-agnostic two-way databinding Javascript library

35 lines (34 loc) 812 B
{ "name": "way-js", "version": "0.2.1", "description": "Simple, lightweight, persistent, framework-agnostic two-way databinding Javascript library", "main": "dist/way.js", "scripts": { "build": "npm install && grunt", "start": "grunt watch" }, "repository": { "type": "git", "url": "https://github.com/gwendall/way.js.git" }, "keywords": [ "javascript", "databinding", "database", "form", "input", "frontend" ], "author": "Gwendall Esnault", "license": "MIT", "bugs": { "url": "https://github.com/gwendall/way.js/issues" }, "homepage": "https://github.com/gwendall/way.js", "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-concat": "~0.5.0", "grunt-contrib-uglify": "~0.5.1", "grunt-contrib-watch": "~0.6.1" } }