fda-nutrition-facts-label
Version:
FDA nutritional label with 2018 specs.
45 lines (44 loc) • 1.2 kB
JSON
{
"name": "fda-nutrition-facts-label",
"version": "1.0.0-beta",
"description": "FDA nutritional label with 2018 specs.",
"repository": {
"type": "git",
"url": "https://github.com/vsa-partners/fda-nutrition-facts-label"
},
"bugs": {
"url": "https://github.com/vsa-partners/fda-nutrition-facts-label/issues"
},
"main": "dist/nutrition-label.js",
"scripts": {
"start": "node app",
"build-production": "NODE_ENV=production webpack"
},
"keywords": [
"nutrition",
"label",
"javascript",
"fda",
"sass"
],
"author": "Corey Roach <caroach@gmail.com>",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.2.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"browser-sync": "^2.18.8",
"bs-fullscreen-message": "^1.1.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"node-sass": "^4.5.0",
"sass-loader": "^6.0.3",
"strip-ansi": "^3.0.1",
"style-loader": "^0.14.1",
"webpack": "^2.2.1",
"webpack-dev-middleware": "^1.10.1"
}
}