-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "angular-simple-pagination",
"version": "1.0.5",
"keywords": [
"angular",
"directive",
"simple",
"pagination",
"ng-repeat"
],
"homepage": "https://github.com/raoulus/angular-simple-pagination",
"description": "angular pagination directive",
"main": "dist/angular-simple-pagination.js",
"repository": {
"type": "git",
"url": "[email protected]:raoulus/angular-simple-pagination.git"
},
"scripts": {
"test": "./node_modules/.bin/karma start --single-run --browsers PhantomJS"
},
"author": "Raoul Jaeckel",
"license": "MIT",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"chai": "3.4.1",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-concat": "^2.6.0",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^2.0.0",
"gulp-sequence": "^0.4.4",
"jshint": "^2.8.0",
"karma": "0.13.19",
"karma-chai": "0.1.0",
"karma-mocha": "0.2.1",
"karma-mocha-reporter": "1.1.3",
"karma-phantomjs-launcher": "0.2.1",
"karma-sinon": "^1.0.4",
"karma-sinon-chai": "1.1.0",
"mocha": "2.3.4",
"phantomjs": "1.9.19",
"sinon": "1.17.2"
}
}