forked from davidchin/angular-endless-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 676 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "angular-endless-scroll",
"version": "0.0.5",
"repository": {
"type": "git",
"url": "git://github.com/davidchin/angular-endless-scroll"
},
"devDependencies": {
"bower": "^1.3.3",
"grunt": "^0.4.4",
"karma": "^0.12.12",
"grunt-karma": "^0.8.2",
"grunt-bump": "0.0.13",
"grunt-ngmin": "0.0.3",
"grunt-jsdoc": "^0.5.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
"karma-jasmine": "^0.1.5",
"karma-chrome-launcher": "^0.1.3"
}
}