mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
19 lines
441 B
JSON
19 lines
441 B
JSON
|
{
|
||
|
"name": "bulma-docs",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.html",
|
||
|
"author": "Jeremy Thomas <bbxdesign@gmail.com> (http://jgthms.com)",
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"babel-cli": "^6.24.1",
|
||
|
"babel-preset-env": "^1.5.2",
|
||
|
"babel-preset-es2015-ie": "^6.7.0",
|
||
|
"i": "^0.3.5",
|
||
|
"npm": "^5.0.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "babel _javascript --out-dir lib",
|
||
|
"watch": "npm run build -- --watch"
|
||
|
}
|
||
|
}
|