forked from joelmukuthu/angular-snapscroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 918 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 918 Bytes
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
{
"name": "angular-snapscroll",
"version": "0.2.4",
"description": "Vertical scroll-and-snap functionality in angular",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-karma-coveralls": "^2.5.3",
"grunt-newer": "^0.7.0",
"grunt-release-it": "^0.2.1",
"jshint-stylish": "^0.4.0",
"karma": "^0.12.32",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-firefox-launcher": "^0.1.4",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "^0.1.4",
"load-grunt-tasks": "^0.6.0"
},
"dependencies": {}
}