37 lines
884 B
JSON
37 lines
884 B
JSON
{
|
|
"name": "angular-contenteditable",
|
|
"version": "0.3.5",
|
|
"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": "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"
|
|
}
|
|
}
|