forked from kstam/ng-scroll-repeat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 904 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 904 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
26
27
28
29
30
31
32
33
34
35
{
"name": "ng-scroll-repeat",
"version": "0.0.7",
"description": "Augmented Angular Repeat with infinite scroll functionality",
"scripts": {
"test": "node_modules/karma/bin/karma start test/config/karma.conf.js"
},
"repository": {
"type": "git",
"url": "git@github.com:kstam/ng-scroll-repeat.git"
},
"keywords": [
"infinite",
"scroll",
"repeat"
],
"author": "kstamatoukos",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-bower": "^0.0.11",
"gulp-concat": "^2.4.1",
"gulp-header": "^1.2.2",
"gulp-jshint": "^1.8.5",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-jasmine": "~0.2.0",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"karma-script-launcher": "^0.1.0",
"phantomjs": "^1.9.11"
}
}