UNPKG

793 BJSONView Raw
1{
2 "name": "mainstay",
3 "version": "1.0.3",
4 "description": "The link between the client library and component",
5 "main": "mainstay.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/benwestrate/mainstay.git"
12 },
13 "keywords": [
14 "AEM",
15 "Componets",
16 "Clientlibraries"
17 ],
18 "author": "Ben Westrate <ben.westrate@gmail.com> (http://github.com/benwestrate)",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/benwestrate/mainstay/issues"
22 },
23 "homepage": "https://github.com/benwestrate/mainstay#readme",
24 "dependencies": {
25 "lodash": "^4.13.1",
26 "react": "^15.1.0",
27 "react-dom": "^15.1.0",
28 "react-redux": "^4.4.5",
29 "redux": "^3.5.2"
30 }
31}