UNPKG

es6-angular-boilerplate

Version:

A simple Angular ES6 boilerplate with babel and webpack. It comes with some components and services as an examples.

60 lines (59 loc) 1.56 kB
{ "name": "es6-angular-boilerplate", "version": "0.0.1", "description": "A simple Angular ES6 boilerplate with babel and webpack. It comes with some components and services as an examples.", "main": "scripts/main.js", "dependencies": { "angular": "^1.5.1", "angular-route": "^1.5.1", "babel-preset-es2015": "^6.6.0", "extract-text-webpack-plugin": "^1.0.1", "file-loader": "^0.8.5", "ng-annotate-loader": "^0.1.0", "node-sass": "^3.4.2", "raw-loader": "^0.5.1", "sass-loader": "^3.2.0", "sasslint-loader": "0.0.1", "script-loader": "^0.6.1", "url-loader": "^0.5.7", "webpack": "^1.12.14" }, "devDependencies": { "babel-core": "^6.7.2", "babel-loader": "^6.2.4", "babel-preset-es2015": "^6.6.0", "css-loader": "^0.23.1", "gulp": "^3.9.1", "gulp-batch": "^1.0.5", "gulp-concat": "^2.6.0", "gulp-declare": "^0.3.0", "gulp-handlebars": "^4.0.0", "gulp-plumber": "^1.1.0", "gulp-watch": "^4.3.5", "gulp-wrap": "^0.11.0", "handlebars": "^4.0.5", "style-loader": "^0.13.0" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/asainz/angular-es6-boilerplate.git" }, "bug": { "url": "https://github.com/asainz/angular-es6-boilerplate/issues" }, "author": "Andres Sainz de Aja", "license": "ISC", "homepage": "", "keywords": [ "angular", "angular", "1.5", "es6", "boilerplate", "babel", "webpack" ] }