{ "name": "shopify-ui", "version": "0.0.2", "description": "React.js components for Shopify's backend Admin interface.", "main": "lib/index.js", "scripts": { "test": "standard", "build": "browserify ./example/index.js -t [ babelify --stage 0 ] --outfile ./example/bundle.js", "prepublish": "babel --stage 0 -d ./lib/ ./src/" }, "repository": { "type": "git", "url": "git+https://github.com/reggi/shopify-admin-ui-react.git" }, "keywords": [ "react", "shopify", "admin", "reactjs", "react.js", "components", "ui", "ux" ], "author": "Thomas Reggi", "license": "ISC", "bugs": { "url": "https://github.com/reggi/shopify-admin-ui-react/issues" }, "homepage": "https://github.com/reggi/shopify-admin-ui-react#readme", "dependencies": { "react": "^0.14.0" }, "devDependencies": { "babel-eslint": "^4.1.3", "browserify": "^11.2.0", "react-dom": "^0.14.0", "reactify": "^1.1.1", "standard": "^5.3.1" }, "standard": { "parser": "babel-eslint" } }