mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
35 lines
775 B
JSON
35 lines
775 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",
|
|
"angular-drag-and-drop-lists": "^2.0.0",
|
|
"ngstorage": "^0.3.11",
|
|
"angular-material": "^1.1.1",
|
|
"angular-material-icons": "^0.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "^1.5.0"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "gulp wiredep"
|
|
}
|
|
}
|