package.json (280B)
1 { 2 "description": "Rebuild assets for babel's test fixtures", 3 "scripts": { 4 "build": "node ./build.js" 5 }, 6 "keywords": [], 7 "author": "", 8 "license": "MPL-2.0", 9 "dependencies": { 10 "babel-polyfill": "^6.26.0", 11 "lodash": "^4.17.5", 12 "webpack": "^3.7.1" 13 } 14 }