ck-array
Version:
A simple observable array for JavaScript Frameworks
30 lines (29 loc) • 736 B
JSON
{
"name": "ck-array",
"version": "0.1.5",
"description": "A simple observable array for JavaScript Frameworks",
"main": "src/ckArray.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Baudin999/ckArray.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jasmine": "^0.8.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6"
},
"keywords": [
"Observable",
"Array"
],
"author": "Carlos Kelkboom (http://ckelkboom.weebly.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Baudin999/ckArray/issues"
},
"homepage": "https://github.com/Baudin999/ckArray"
}