mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-30 19:20:42 +00:00
39 lines
881 B
JSON
39 lines
881 B
JSON
{
|
|
"name": "superProductivity",
|
|
"version": "0.0.0",
|
|
"authors": [],
|
|
"license": "none",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"json3": "latest",
|
|
"es5-shim": "latest",
|
|
"animate.css-scss": "latest",
|
|
"angular": "^1.5.0",
|
|
"angular-animate": "^1.5.0",
|
|
"angular-aria": "^1.5.0",
|
|
"angular-resource": "^1.5.0",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "^1.5.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "gulp wiredep"
|
|
}
|
|
}
|