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