-
Notifications
You must be signed in to change notification settings - Fork 723
/
package.json
60 lines (60 loc) · 1.66 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
{
"name": "ng-infinite-scroll",
"version": "1.3.0",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
"url": "git://github.com/sroze/ngInfiniteScroll.git"
},
"main": "build/ng-infinite-scroll.js",
"browser": "build/ng-infinite-scroll.js",
"scripts": {
"prepublish": "grunt",
"test": "grunt test:protractor-local"
},
"author": {
"name": "Michelle Tilley",
"email": "[email protected]",
"url": "http://michelletilley.net"
},
"contributors": [
{
"name": "Samuel ROZE",
"email": "[email protected]",
"url": "http://sroze.io"
}
],
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"angular": "^1.5.8",
"babel-eslint": "^6.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es2015-modules-umd": "^6.12.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2016": "^6.11.3",
"babel-preset-modern-node": "^2.3.0",
"babel-preset-stage-1": "^6.13.0",
"babel-register": "^6.11.6",
"coffee-script": "~1.8.0",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"grunt": "~0.4.5",
"grunt-babel": "^6.0.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-connect": "0.8.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-eslint": "^19.0.0",
"grunt-protractor-runner": "1.1.4",
"load-grunt-tasks": "^3.5.0",
"mkdirp": "0.5.0",
"protractor": "1.4.0",
"sauce-connect-launcher": "0.9.0"
},
"peerDependencies": {
"angular": "^1.2"
}
}