forked from sroze/ngInfiniteScroll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 811 Bytes
/
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
{
"name": "ng-infinite-scroll",
"version": "1.0.0",
"description": "Infinite scrolling for AngularJS",
"repository": {
"type": "git",
"url": "git://github.com/BinaryMuse/ngInfiniteScroll.git"
},
"scripts": {
"test": "./node_modules/.bin/testacular start --single-run --browsers=PhantomJS ./test/testacular.conf.js"
},
"author": "Brandon Tilley <brandon@brandontilley.com>",
"license": "MIT",
"readmeFilename": "README.md",
"devDependencies": {
"chai": "~1.4.0",
"grunt-testacular": "~0.3.0",
"grunt-coffeelint": "0.0.5",
"grunt-coffee": "0.0.6",
"testacular": "~0.4.0",
"grunt-contrib-coffee": "~0.4.0",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.1.1",
"coffee-script": "~1.4.0",
"grunt-contrib-clean": "~0.4.0"
}
}