forked from thisissoon/angular-scroll-collapse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.3 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
{
"name": "angular-smart-nav",
"private": false,
"version": "0.2.1",
"description": "Show or hide a navbar when scrolling in any particular direction and or minimise nav when scrolling pass the navbar",
"repository": "https://github.com/thisissoon/angular-smart-nav",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bower": "~1.5.3",
"connect-livereload": "~0.5.4",
"connect-modrewrite": "~0.9.0",
"coveralls": "~2.11.9",
"grunt": "~0.4.5",
"grunt-bump": "~0.7.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-concat": "~1.0.0",
"grunt-contrib-connect": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jasmine": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-less": "~1.2.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-yuidoc": "~1.0.0",
"grunt-htmllint": "~0.2.7",
"grunt-lesslint": "~3.1.0",
"grunt-ng-constant": "~2.0.1",
"grunt-processhtml": "~0.3.13",
"grunt-protractor-runner": "~2.1.0",
"grunt-protractor-webdriver": "~0.2.5",
"grunt-sails-linker": "~0.10.1",
"grunt-template-jasmine-istanbul": "~0.4.0",
"protractor": "~2.5.1",
"yuidoc-bootstrap-theme": "~1.0.6"
},
"scripts": {
"test": "grunt test:unit:development"
}
}