dynamic-bind-html
Version:
A replacement for ng-bind-html that compiles angular code, too.
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "dynamic-bind-html",
"version": "1.0.1",
"description": "A replacement for ng-bind-html that compiles angular code, too.",
"repository": "git@github.com:rachael/dynamic-bind-html.git",
"main": "dist/dynamic-bind-html.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"keywords": [
"angularjs",
"angular",
"directive",
"compile",
"html"
],
"author": "Rachael Passov",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.9.0",
"del": "^0.1.3",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^3.1.0",
"gulp-babel": "^6.1.2",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.5",
"gulp-open": "^0.3.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jasmine-core": "^2.4.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.13.22",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^1.0.2",
"mversion": "^1.6.0"
}
}