forked from kamilkp/angular-vs-repeat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 855 Bytes
/
package.json
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
26
27
28
29
30
31
32
{
"name": "angular-vs-repeat",
"version": "1.1.7",
"description": "Virtual Scroll for AngularJS ngRepeat directive",
"homepage": "http://kamilkp.github.io/angular-vs-repeat",
"author": {
"name": "Kamil Pekala",
"email": "[email protected]",
"url": "http://github.com/kamilkp"
},
"main": "src/angular-vs-repeat.js",
"repository": {
"type": "git",
"url": "https://github.com/kamilkp/angular-vs-repeat.git"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"karma": "~0.12.16",
"mocha": "~1.20.0",
"karma-mocha": "~0.1.3",
"karma-chrome-launcher": "~0.1.4",
"expect.js": "~0.3.1",
"grunt-karma": "~0.8.3",
"karma-firefox-launcher": "~0.1.3"
},
"scripts": {
"test": "grunt travis"
},
"dependencies": {}
}