You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
angular-contenteditable/package.json

36 lines
821 B
JSON

{
"name": "angular-contenteditable",
"version": "0.3.7",
"description": "angular model for the 'contenteditable' html attribute",
"repository": {
"type": "git",
"url": "https://github.com/akatov/angular-contenteditable.git"
},
"main": "angular-contenteditable.js",
"directories": {
"test": "test"
},
"scripts": {
"install": "bower install",
"test": "grunt test"
},
"repository": "",
"keywords": [
"angular",
"extension"
],
"author": "Dmitri Akatov",
"license": "BSD",
"devDependencies": {
"matchdep": "~0.3.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-jshint": "~0.7.1",
"grunt-karma": "~0.6.2",
"bower": "~1.3.5",
"karma": "~0.10.2",
"karma-ng-scenario": "0.1.0",
"karma-coffee-preprocessor": "0.1.0"
}
}