Skip to content

Commit

Permalink
test assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jan 21, 2016
1 parent f7ba1c6 commit a9971d7
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 115 deletions.
79 changes: 64 additions & 15 deletions test/fixtures/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified test/fixtures/composer.phar
Binary file not shown.
202 changes: 102 additions & 100 deletions test/fixtures/package.json
Original file line number Diff line number Diff line change
@@ -1,107 +1,109 @@
{
"name": "tempApp",
"version": "0.0.0",
"scripts": {
"test": "grunt test"
"name": "tempApp",
"version": "0.0.0",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"bootstrap": "^3.3.5",
"jquery": "^2.1.4",
"jspm": "^0.16.24"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"chalk": "^1.1.1",
"lodash": "^3.5.0",
"eslint": "^1.10.3",
"eslint-config-xo": "^0.9.1",
"grunt-eslint": "^17.3.1",
"grunt-available-tasks": "^0.6.1",
"grunt-browser-sync": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-sw-precache": "^1.0.3",
"sw-toolbox": "^3.0.1",
"appcache-nanny": "^1.0.3",
"grunt-appcache": "^0.1.8",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-sass": "^1.0.0",
"grunt-contrib-less": "^1.0.0",
"grunt-bower-requirejs": "^2.0.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-concat": "^0.5.0",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"nib": "^1.1.0",
"grunt-contrib-stylus": "^0.21.0",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^3.0.0",
"grunt-phpunit": "^0.3.6",
"jit-grunt": "^0.9.1",
"grunt-exec": "^0.4.6",
"grunt-uncss": "^0.4.1",
"grunt-critical": "^0.1.2",
"grunt-contrib-connect": "^0.11.2",
"get-port": "^2.1.0",
"grunt-http": "^1.6.0",
"parseurl": "^1.3.0",
"php-proxy-middleware": "^1.0.1",
"load-grunt-config": "^0.19.0",
"core-js": "^1.2.3",
"jspm": "^0.16.19",
"grunt-contrib-uglify": "^0.10.0",
"babel": "^6.0.15",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"grunt-webpack": "^1.0.11",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1",
"json-loader": "^0.5.3",
"karma-webpack": "^1.7.0",
"monkey-hot-loader": "0.0.3",
"chai": "^3.3.0",
"karma": "^0.13.10",
"mocha": "^2.3.3",
"grunt-karma": "^0.12.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-jspm": "^2.0.1",
"systemjs": "^0.19.3",
"es6-module-loader": "^0.17.6",
"phantomjs-polyfill": "0.0.1",
"karma-requirejs": "^0.2.2",
"grunt-wiredep": "^2.0.0",
"time-grunt": "^1.1.0",
"phantomjs": ">=1.9",
"slash": "^1.0.0",
"fs-extra": "^0.26.2"
},
"jspm": {
"directories": {
"lib": "app/Resources/public/scripts"
},
"configFile": "app/Resources/public/scripts/config.js",
"dependencies": {
"jquery": "^2.1.4",
"bootstrap": "^3.3.5"
"appcache-nanny": "npm:appcache-nanny@^1.0.3",
"bootstrap": "github:twbs/bootstrap@^3.3.4",
"debug": "npm:debug@^2.2.0",
"foundation": "github:zurb/bower-foundation@5.5.1",
"jquery": "github:components/jquery@^2.1.4",
"picturefill": "npm:picturefill@^3.0.1",
"uikit": "github:uikit/uikit@2.18.0"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.5",
"chalk": "^1.1.1",
"lodash": "^3.5.0",
"eslint": "^1.10.3",
"eslint-config-xo": "^0.9.1",
"grunt-eslint": "^17.3.1",
"grunt-available-tasks": "^0.6.1",
"grunt-browser-sync": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-sw-precache": "^1.0.3",
"sw-toolbox": "^3.0.1",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-sass": "^1.0.0",
"grunt-contrib-less": "^1.0.0",
"grunt-bower-requirejs": "^2.0.0",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-contrib-concat": "^0.5.0",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-filerev": "^2.1.2",
"nib": "^1.1.0",
"grunt-contrib-stylus": "^0.21.0",
"grunt-svgmin": "^2.0.0",
"grunt-usemin": "^3.0.0",
"grunt-phpunit": "^0.3.6",
"jit-grunt": "^0.9.1",
"grunt-exec": "^0.4.6",
"grunt-uncss": "^0.4.1",
"grunt-critical": "^0.1.2",
"grunt-contrib-connect": "^0.11.2",
"get-port": "^2.1.0",
"grunt-http": "^1.6.0",
"parseurl": "^1.3.0",
"php-proxy-middleware": "^1.0.1",
"load-grunt-config": "^0.19.0",
"core-js": "^1.2.3",
"jspm": "^0.16.19",
"grunt-contrib-uglify": "^0.10.0",
"core-js": "^1.2.3",
"babel": "^6.0.15",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.25",
"grunt-webpack": "^1.0.11",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.4.1",
"json-loader": "^0.5.3",
"karma-webpack": "^1.7.0",
"monkey-hot-loader": "0.0.3",
"chai": "^3.3.0",
"karma": "^0.13.10",
"mocha": "^2.3.3",
"grunt-karma": "^0.12.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.5.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "^0.2.1",
"karma-jspm": "^2.0.1",
"systemjs": "^0.19.3",
"babel": "^6.0.15",
"es6-module-loader": "^0.17.6",
"phantomjs-polyfill": "0.0.1",
"karma-requirejs": "^0.2.2",
"grunt-wiredep": "^2.0.0",
"time-grunt": "^1.1.0",
"phantomjs": ">=1.9",
"slash": "^1.0.0",
"fs-extra": "^0.26.2"
},
"jspm": {
"directories": {
"lib": "app/Resources/public/scripts"
},
"configFile": "app/Resources/public/scripts/config.js",
"dependencies": {
"bootstrap": "github:twbs/bootstrap@^3.3.4",
"foundation": "github:zurb/bower-foundation@5.5.1",
"debug": "npm:debug@^2.2.0",
"jquery": "github:components/jquery@^2.1.4",
"picturefill": "npm:picturefill@^3.0.1",
"uikit": "github:uikit/uikit@2.18.0"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.34",
"babel-runtime": "npm:babel-runtime@^5.8.34",
"core-js": "npm:core-js@^1.1.4"
}
"babel": "npm:babel-core@^5.8.34",
"babel-runtime": "npm:babel-runtime@^5.8.34",
"core-js": "npm:core-js@^1.1.4"
}
}
}

0 comments on commit a9971d7

Please sign in to comment.