Skip to content

Instantly share code, notes, and snippets.

@serginator
Last active August 31, 2016 10:54
Show Gist options
  • Save serginator/e4edbc60a35ecedb44fe to your computer and use it in GitHub Desktop.
Save serginator/e4edbc60a35ecedb44fe to your computer and use it in GitHub Desktop.
package.json with barely all the packages that we need in dth
{
"name": "mega-cache",
"version": "1.0.0",
"description": "Just to cache barely all the packages we need in dth to make docker faster",
"scripts": {
"postinstall": "bower install"
},
"author": "Sergio Ruiz <sergio.ruiz@aurigae.com>",
"devDependencies": {
"aes-js": "^2.0.0",
"amdclean": "^2.7.0",
"archy": "1.0.0",
"async": "^1.5.0",
"binary-object": "git+ssh://git@pdihub.hi.inet:dth/binary-object.git",
"bluebird": "^3.0.6",
"cheerio": "^0.19.0",
"closure-linter-wrapper": "^1.0.1",
"ender-commonjs": "~1.0.8",
"ender-core": "~2.0.0",
"eslint": "^2.4.0",
"eslint-config-google": "^0.3.0",
"eslint-config-xo": "^0.12.0",
"extend": "^3.0.0",
"gitftw": "^1.0.0",
"github": "^0.2.4",
"grunt": "~0.4.5",
"grunt-bowercopy": "^1.2.4",
"grunt-complexity": "^0.3.0",
"grunt-contrib-clean": "~0.7.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-jasmine": "^0.6.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-crowdin-request": "^1.0.2",
"grunt-ender": "~0.2.1",
"grunt-eslint": "^17.3.1",
"grunt-exec": "^0.4.6",
"grunt-gitinfo": "^0.1.7",
"grunt-gjslint": "~0.2.1",
"grunt-merge-json": "^0.9.5",
"grunt-newer": "^1.1.2",
"grunt-open": "^0.2.3",
"grunt-plato": "^1.3.0",
"grunt-regex-replace": "^0.2.6",
"grunt-task-file": "^0.1.0",
"grunt-template-jasmine-istanbul": "^0.4.0",
"grunt-templater": "0.0.6",
"gvp-js": "git+ssh://git@pdihub.hi.inet:dth/gvp-js.git#master",
"handlebars": "^4.0.5",
"jshint-stylish": "~2.1.0",
"load-grunt-config": "^0.19.1",
"load-grunt-tasks": "^3.3.0",
"nexpect": "^0.5.0",
"phantomjs": "^1.9.19",
"request": "^2.67.0",
"reqwest": ">=2.0.5",
"rsvp": "^3.1.0",
"sequelize": "^3.14.2",
"sqlite3": "^3.1.1",
"strip-json-comments": "^2.0.0",
"time-grunt": "^1.2.2",
"underscore": "~1.8.3",
"grunt-contrib-requirejs": "^0.4.4",
"grunt-gh-pages": "^1.0.0",
"grunt-jsdoc": "^1.1.0",
"grunt-template-jasmine-istanbul": "^0.4.0",
"grunt-text-replace": "^0.4.0",
"jaguarjs-jsdoc": "0.0.1",
"semver": "^5.1.0",
"requirejs": "^2.1.22"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment