strong-arc
Version:
A visual suite for the StrongLoop API Platform
23 lines (22 loc) • 470 B
JSON
{
"name": "checklist-model",
"version": "0.2.4",
"description": "AngularJS directive for list of checkboxes",
"author": "https://github.com/vitalets",
"license": "MIT",
"homepage": "http://vitalets.github.io/checklist-model",
"main": "checklist-model.js",
"ignore": [
"**/.*",
"node_modules",
"docs",
"Gruntfile.js",
"index.html",
"package.json"
],
"dependencies": {
"angular": ">=1.0.8"
},
"devDependencies": {
}
}