mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-29 10:40:12 +00:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "super-productivity",
|
|
"version": "1.0.0",
|
|
"authors": [
|
|
"Johannes Millan <contact@super-productivity.com> (http://super-productivity.com)"
|
|
],
|
|
"appPath": "app-src",
|
|
"license": "none",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"animate.css-scss": "latest",
|
|
"angular": "1.6.9",
|
|
"angular-animate": "1.6.9",
|
|
"angular-aria": "1.6.9",
|
|
"angular-resource": "1.6.9",
|
|
"angular-ui-router": "latest",
|
|
"angular-material": "^1.1.7",
|
|
"angular-material-icons": "^0.7.1",
|
|
"lodash": "^4.17.3",
|
|
"moment": "^2.17.1",
|
|
"angular-moment": "^1.0.1",
|
|
"ng-sortable": "^1.3.8",
|
|
"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",
|
|
"angular-promise-buttons": "^0.1.22"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.6.9",
|
|
"Watch.JS": "watch#^1.3.1"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "gulp wiredep"
|
|
},
|
|
"resolutions": {
|
|
"angular": "1.6.9"
|
|
}
|
|
}
|