1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-19 08:52:25 +01:00

25 lines
393 B
JSON
Raw Normal View History

2015-05-05 03:10:25 +02:00
{
"name": "angular-scroll",
"version": "0.6.5",
"main": "angular-scroll.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"src",
"Gruntfile.js"
],
"dependencies": {
"angular": "^1.2.16"
},
"devDependencies": {
"angular-mocks": "^1.2.16"
},
"resolutions": {
"angular": "^1.2.16"
}
}