story2frontify
Version:
> This is currently alpha. Not every scenario has been looked into. If you find something, please raise an issue or PR.
64 lines (63 loc) • 1.52 kB
JSON
{
"name": "story2frontify",
"version": "0.0.5",
"description": "",
"main": "build/index.js",
"scripts": {
"build": "./node_modules/.bin/babel index.js --out-dir build",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/britishgas-engineering/story2frontify.git"
},
"keywords": [
"storybook",
"frontify",
"patterns",
"atoms",
"molecules",
"organisms"
],
"author": "Jonathan Holt",
"license": "MIT",
"bugs": {
"url": "https://github.com/britishgas-engineering/story2frontify/issues"
},
"homepage": "https://github.com/britishgas-engineering/story2frontify#readme",
"dependencies": {
"@frontify/frontify-api": "^0.3.1",
"babel-runtime": "^6.26.0",
"delete": "^1.1.0",
"minimist": "^1.2.0",
"puppeteer": "^1.10.0",
"write": "^1.0.3"
},
"bin": {
"s2f": "build/index.js"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0"
},
"babel": {
"presets": [
"env"
],
"plugins": [
[
"transform-runtime",
{
"polyfill": false,
"regenerator": true
}
],
"transform-async-to-generator",
"transform-object-rest-spread"
]
}
}