forked from begriffs/angular-paginate-anything
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.24 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
{
"name": "angular-paginate-anything",
"version": "4.1.2",
"description": "Add server-side pagination to any list",
"main": "src/paginate-anything.js",
"repository": {
"type": "git",
"url": "git://github.com/begriffs/angular-paginate-anything.git"
},
"devDependencies": {
"bower" : "latest",
"grunt" : "latest",
"grunt-bump" : "latest",
"grunt-cli" : "latest",
"grunt-contrib-clean" : "latest",
"grunt-contrib-copy" : "latest",
"grunt-contrib-concat" : "latest",
"grunt-contrib-jshint" : "latest",
"grunt-contrib-uglify" : "latest",
"grunt-contrib-watch" : "latest",
"grunt-angular-templates" : "latest",
"grunt-karma" : "latest",
"jshint" : "latest",
"karma" : "latest",
"karma-jasmine" : "~0.2.0",
"karma-ng-html2js-preprocessor": "latest",
"karma-phantomjs-launcher" : "latest"
},
"keywords": [],
"author": {
"name": "Joe Nelson",
"email": "",
"url": "https://github.com/begriffs"
},
"licenses": [
{
"type": "MIT"
}
]
}