提交 ff2b2361 编写于 作者: B bryk

Initial Bower and NPM package configuration files.

This is initial setup with dependencies for AngularJS app written in ES6
using standard modules, tested with karma and protractor, build with
gulp, compiled with Closure Compiler and linted with ESLint.

The dependencies will be used in following commits. I'll clean them up
once entire initial application is inside the repository. This will
allow me to move faster.
上级 bff18dcd
{
"//": "Specification of this file can be found at:",
"//": "https://github.com/bower/spec/blob/master/json.md",
"name": "kubernetes-console",
"version": "0.0.1",
"dependencies": {
"angular": "~1.4.2",
"angular-animate": "~1.4.2",
"angular-aria": "~1.4.2",
"angular-material": "~0.10.1",
"angular-messages": "~1.4.2",
"angular-new-router": "~0.5.3",
"angular-resource": "~1.4.2",
"angular-sanitize": "~1.4.2"
},
"devDependencies": {
"angular-mocks": "~1.4.2"
},
"//": "Some dependencies do not have main files defined. Override this here so that",
"//": "build tools know what files to serve.",
"overrides": {
"angular-new-router": {
"main": [
"dist/router.es5.js"
]
}
}
}
{
"//": "Specification of this file can be found at: https://docs.npmjs.com/files/package.json",
"//": "When a dependency is not needed it should be removed from the list.",
"name": "kubernetes-console",
"version": "0.0.1",
"devDependencies": {
"babel": "~5.8.23",
"babel-core": "~5.8.25",
"babelify": "~6.3.0",
"browserify": "~11.2.0",
"browser-sync": "~2.9.2",
"browser-sync-spa": "~1.0.2",
"del": "~2.0.1",
"eslint-loader": "~1.0.0",
"eslint-plugin-angular": "~0.11.0",
"google-closure-compiler": "~20150920.0.0",
"gulp": "~3.9.0",
"gulp-angular-templatecache": "~1.7.0",
"gulp-autoprefixer": "~3.0.1",
"gulp-browserify": "~0.5.1",
"gulp-closure-compiler": "~0.3.1",
"gulp-eslint": "~1.0.0",
"gulp-filter": "~3.0.1",
"gulp-flatten": "~0.2.0",
"gulp-inject": "~1.5.0",
"gulp-load-plugins": "~0.10.0",
"gulp-minify-css": "~1.2.1",
"gulp-minify-html": "~1.0.4",
"gulp-protractor": "~1.0.0",
"gulp-rename": "~1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~6.0.1",
"gulp-rev-replace": "~0.4.2",
"gulp-sass": "~0.7.1",
"gulp-size": "~2.0.0",
"gulp-sourcemaps": "~1.5.2",
"gulp-useref": "~1.3.0",
"gulp-util": "~3.0.6",
"gulp-watch": "~4.3.5",
"karma": "~0.13.9",
"karma-babel-preprocessor": "~5.2.2",
"karma-browserify": "~4.4.0",
"karma-chrome-launcher": "~0.2.0",
"karma-coverage": "~0.5.2",
"karma-jasmine": "~0.3.6",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-sourcemap-loader": "~0.3.6",
"wiredep": "~2.2.2",
"wrench": "~1.5.8",
},
"engines": {
"node": ">=0.10.0"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册