UNPKG

dynamic

Version:
46 lines (45 loc) 1.09 kB
{ "version": "4.2.2", "name": "dynamic", "description": "Declarative DOM behaviour", "keywords": [ "declarative", "behaviour", "bind" ], "homepage": "https://github.com/asmblah/dynamic", "author": "Dan Phillimore <dan@ovms.co> (http://ovms.co)", "repository": { "type": "git", "url": "https://github.com/asmblah/dynamic" }, "bugs": { "email": "dan@ovms.co", "url": "http://github.com/asmblah/dynamic/issues" }, "main": "index", "scripts": { "build": "browserify --standalone dynamic index --outfile dist/dynamic.js", "jshint": "jshint .", "mocha": "mochify -r ./test/harness --recursive --reporter spec", "test": "npm run jshint && npm run mocha" }, "dependencies": { "expression-eval": "^1.4.0", "jquery": "^3.4.1", "microdash": "~1.3" }, "devDependencies": { "browserify": "^16.5.0", "chai": "^2.3.0", "jshint": "^2.10.3", "mochify": "^6.6.0", "nowdoc": "^1.0.0", "sinon": "~1.15", "sinon-chai": "^2.14.0" }, "engines": { "node": ">=0.6" }, "license": "MIT" }