forked from angular-ui/ui-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.63 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "angular-ui-scroll",
"description": "AngularJS infinite scrolling module",
"version": "1.6.2",
"src": "./src/",
"public": "./dist/",
"main": "./dist/ui-scroll.js",
"homepage": "https://github.com/angular-ui/ui-scroll",
"author": {
"name": "Michael Feingold",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-scroll.git"
},
"bugs": {
"url": "https://github.com/angular-ui/ui-scroll/issues"
},
"license": "MIT",
"scripts": {
"start": "grunt",
"test": "grunt test",
"dev": "concurrently --kill-others --raw \"grunt server\" \"grunt test\"",
"build": "grunt build"
},
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"concurrently": "^3.4.0",
"express": "^4.14.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-webpack": "^2.0.1",
"jasmine-core": "^2.5.2",
"karma": "^1.4.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"webpack": "^2.6.1"
},
"keywords": [
"angular",
"angularjs",
"angular.ui",
"angular-ui",
"ui.scroll",
"ui-scroll",
"angular-ui-scroll",
"unlimited",
"infinite",
"live",
"perpetual",
"scroll",
"scroller",
"scrolling"
]
}