polyfill-service
Version:
A polyfill combinator
80 lines (79 loc) • 2.13 kB
JSON
{
"name": "polyfill-service",
"description": "A polyfill combinator",
"main": "lib/index.js",
"bin": "bin/polyfill-service",
"contributors": [
{
"name": "Jonathan Neal",
"email": "jonathantneal+github@gmail.com",
"url": "http://jonathantneal.com/"
},
{
"name": "FT Labs",
"email": "enquiries@labs.ft.com",
"url": "http://labs.ft.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/financial-times/polyfill-service.git"
},
"bugs": {
"url": "https://github.com/financial-times/polyfill-service/issues"
},
"scripts": {
"start": "bin/polyfill-service",
"prepublish": "grunt build",
"deploy": "grunt build && haikro build && haikro deploy --commit `git rev-parse HEAD` --app",
"deploy-qa": "npm run deploy -- ft-polyfill-service-qa && grunt deployvcl:qa",
"deploy-prod": "npm run deploy -- ft-polyfill-service && grunt deployvcl:prod",
"test": "grunt test"
},
"license": "CC0-1.0",
"engines": {
"node": ">6.0.0"
},
"dependencies": {
"blocked": "^1.1.0",
"denodeify": "^1.2.1",
"dotenv": "^1.2.0",
"expect.js": "^0.3.1",
"express": "^4.4.4",
"graphite": "0.0.6",
"handlebars": "^1.3.0",
"lodash": "^3.0.0",
"lru-cache": "^3.0.0",
"marked": "^0.3.3",
"measured": "^1.0.0",
"minimist": "^0.2.0",
"mkdirp": "^0.5.0",
"mocha": "^1.20.1",
"moment": "^2.8.3",
"morgan": "^1.6.1",
"raven": "^0.8.1",
"request-promise": "^0.3.2",
"semver": "^5.0.0",
"tsort": "0.0.1",
"useragent": "^2.0.8"
},
"devDependencies": {
"babel-core": "^6.2.1",
"babel-preset-es2015": "^6.1.18",
"batch": "^0.5.1",
"fastly": "Financial-Times/fastly#v2.5.0",
"grunt": "~0.4.0",
"grunt-cli": "~0.1.6",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-simple-mocha": "^0.4.0",
"haikro": "^2.3.2",
"intl": "~1.1.0",
"picturefill": "^3.0.1",
"rimraf": "^2.4.0",
"sauce-tunnel": "^2.2.3",
"uglify-js": "^2.4.14",
"wd": "^0.3.8"
},
"version": "3.6.0"
}