mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 02:30:03 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "super-productivity",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)"
|
|
],
|
|
"license": "none",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"animate.css-scss": "latest",
|
|
"angular": "1.6.2",
|
|
"angular-animate": "1.6.2",
|
|
"angular-aria": "1.6.2",
|
|
"angular-resource": "1.6.2",
|
|
"angular-ui-router": "latest",
|
|
"ngstorage": "^0.3.11",
|
|
"angular-material": "^1.1.3",
|
|
"angular-material-icons": "^0.7.1",
|
|
"lodash": "^4.17.3",
|
|
"moment": "^2.17.1",
|
|
"angular-moment": "^1.0.1",
|
|
"ng-sortable": "^1.3.7",
|
|
"angular-marked": "^1.2.2",
|
|
"angular-bootstrap-calendar": "^0.27.5",
|
|
"hamsterjs": "^1.1.2",
|
|
"clipboard": "^1.6.0",
|
|
"moment-duration-format": "https://github.com/johannesjo/moment-duration-format.git#master"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.6.2"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "gulp wiredep"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.6.2"
|
|
}
|
|
}
|