-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
40 lines (40 loc) · 996 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
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"author": "Patrick Bartsch",
"name": "angular-momentum-scroll",
"version": "0.5.11",
"description": "Momentum scroll for AngularJS based on iScroll.",
"license": "MIT",
"readmeFilename": "README.md",
"main": "src/scrollable.js",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git://github.com/wzr1337/angular-momentum-scroll.git"
},
"keywords": [
"angularjs",
"iscroll",
"momentum",
"scrolling"
],
"dependencies": {
"grunt": "~0.4.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^0.10.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.0",
"grunt-json-replace": "^0.1.2",
"grunt-karma": "^0.8.3",
"grunt-ng-annotate": "^0.2.3",
"karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.1.5",
"matchdep": "^0.3.0"
}
}