mnster
Version:
Simple and small data binding library
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "mnster",
"title": "mnster",
"description": "Simple and small data binding library",
"version": "1.3.0",
"copyright": "2015",
"license": "MIT",
"author": "Jeremias Menichelli",
"url": "https://github.com/jeremenichelli/mnster",
"main": "./dist/mnster.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jeremenichelli/mnster.git"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat-util": "^0.5.4",
"gulp-eslint": "^1.0.0",
"gulp-load-plugins": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.4.2",
"jasmine-core": "^2.2.0",
"karma": "^0.13.14",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.19"
},
"bugs": {
"url": "https://github.com/jeremenichelli/mnster/issues"
},
"homepage": "https://github.com/jeremenichelli/mnster#readme",
"directories": {
"test": "test"
},
"scripts": {
"test": "gulp test"
},
"keywords": [
"data",
"binding"
]
}