package.json (497B)
1 { 2 "description": "Rebuild assets for sourcemaps-reload-uncompressed test, see README.md in the same folder", 3 "scripts": { 4 "pack": "cd v1 && webpack && cd ../v2 && webpack && cd ../v3 && webpack", 5 "test": "echo \"Error: no test specified\" && exit 1" 6 }, 7 "keywords": [], 8 "author": "", 9 "license": "MPL-2.0", 10 "dependencies": {}, 11 "devDependencies": { 12 "babel-core": "^6.26.0", 13 "babel-loader": "^7.1.2", 14 "babel-preset-es2015": "^6.24.1", 15 "webpack": "^3.7.1" 16 } 17 }