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

33 lines
739 B
JSON

{
"name": "angular-contenteditable",
"version": "0.3.5",
"description": "angular extensions",
"main": "angular-contenteditable.js",
"directories": {
"test": "test"
},
"scripts": {
"install": "node_modules/.bin/bower install",
"test": "node_modules/.bin/grunt test"
},
"repository": "",
"keywords": [
"angular",
"extension"
],
"author": "Dmitri Akatov",
"license": "BSD",
"devDependencies": {
"matchdep": "~0.1.2",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.6.0",
"grunt-karma": "~0.5.0",
"bower": "~1.2.7",
"karma": "~0.9.4",
"karma-ng-scenario": "0.0.2",
"karma-mocha": "~0.0.3",
"karma-coffee-preprocessor": "0.0.2"
}
}