{ "name": "superProductivity", "version": "0.9.0", "authors": [ "Johannes Millan (http://super-productivity.com)" ], "license": "none", "private": true, "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "json3": "latest", "es5-shim": "latest", "animate.css-scss": "latest", "angular": "1.5.8", "angular-animate": "1.5.8", "angular-aria": "1.5.8", "angular-resource": "1.5.8", "angular-ui-router": "latest", "angular-local-storage": "^0.5.2", "ngstorage": "^0.3.11", "angular-material": "^1.1.1", "angular-material-icons": "^0.7.1", "lodash": "^4.17.3", "moment": "^2.17.1", "angular-moment": "^1.0.1", "ng-sortable": "^1.3.7", "moment-duration-format": "^1.3.0", "angular-marked": "^1.2.2", "angular-bootstrap-calendar": "^0.27.5", "hamsterjs": "^1.1.2" }, "devDependencies": { "angular-mocks": "1.5.8" }, "scripts": { "postinstall": "gulp wiredep" }, "resolutions": { "angular": "1.5.8" } }