UNPKG

mainstay

Version:

The link between the client library and component

43 lines (42 loc) 1.2 kB
{ "name": "mainstay", "version": "3.0.1", "description": "The link between the client library and component", "main": "mainstay.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "./node_modules/.bin/babel mainstay.babel.js --out-file mainstay.js", "start": "chokidar 'mainstay.babel.js' -c 'npm run build'" }, "repository": { "type": "git", "url": "git+https://github.com/benwestrate/mainstay.git" }, "keywords": [ "AEM", "Componets", "Clientlibraries" ], "author": "Ben Westrate <ben.westrate@gmail.com> (http://github.com/benwestrate)", "license": "MIT", "bugs": { "url": "https://github.com/benwestrate/mainstay/issues" }, "homepage": "https://github.com/benwestrate/mainstay#readme", "dependencies": { "lodash": "^4.13.1", "data-stoar": "^v2.2.0" }, "devDependencies": { "babel-cli": "^6.23.0", "babel-preset-react": "^6.23.0", "babel-preset-es2015": "^6.22.0", "babel-preset-stage-0": "^6.22.0", "chokidar-cli": "^1.2.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-redux": "^5.0.6", "redux": "^3.7.2", "data-stoar": "^v2.2.0" } }