blob: ea2db0554410726a252c4e79089a41cc3bcd2b20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "babel-sourcemaps",
"version": "1.0.0",
"description": "Rebuild assets for babel's test fixtures",
"scripts": {
"build": "node ./build.js"
},
"keywords": [],
"author": "",
"license": "MPL-2.0",
"dependencies": {
"babel-polyfill": "^6.26.0",
"lodash": "^4.17.5",
"webpack": "^3.7.1"
}
}
|