angular-bricks.js
Version:
AngularJS directive for Bricks.js
40 lines (39 loc) • 984 B
JSON
{
"name": "angular-bricks.js",
"version": "1.0.3",
"description": "AngularJS directive for Bricks.js",
"main": "gulp.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Imago-io/angular-bricks.js.git"
},
"keywords": [
"bricks.js",
"angularjs",
"imago"
],
"author": "Sebastian Moreno <sebastiann.moreno@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Imago-io/angular-bricks.js/issues"
},
"homepage": "https://github.com/Imago-io/angular-bricks.js#readme",
"devDependencies": {
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-coffee": "^2.3.2",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^1.5.3",
"node-notifier": "^4.5.0",
"vinyl-paths": "^2.1.0"
},
"dependencies": {
"gulp-util": "^3.0.7"
}
}