UNPKG

1.38 kBJSONView Raw
1{
2 "name": "angular-scroll",
3 "version": "0.6.3",
4 "description": "Scrollspy, animated scrollTo and scroll events",
5 "keywords": [
6 "angular",
7 "smooth-scroll",
8 "scrollspy",
9 "scrollTo",
10 "scrolling"
11 ],
12 "main": "angular-scroll.min.js",
13 "repository": {
14 "type": "git",
15 "url": "git://git@github.com:oblador/angular-scroll.git"
16 },
17 "bugs": {
18 "url": "https://github.com/oblador/angular-scroll/issues"
19 },
20 "scripts": {
21 "start": "http-server -p 8888",
22 "test": "./node_modules/karma/bin/karma start test/karma.conf.js",
23 "build": "gulp",
24 "test-single-run": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
25 "update-webdriver": "node_modules/protractor/bin/webdriver-manager update",
26 "protractor": "node_modules/protractor/bin/protractor test/protractor-conf.js"
27 },
28 "author": "Joel Arvidsson",
29 "license": "MIT",
30 "devDependencies": {
31 "gulp": "~3.8.0",
32 "gulp-concat": "~2.3.4",
33 "gulp-jshint": "~1.8.4",
34 "gulp-karma": "0.0.4",
35 "gulp-ng-annotate": "~0.3.0",
36 "gulp-rimraf": "~0.1.0",
37 "gulp-sourcemaps": "^1.1.1",
38 "gulp-uglify": "~0.3.1",
39 "http-server": "^0.6.1",
40 "jasmine-given": "~2.6.2",
41 "karma": "~0.12.21",
42 "karma-chrome-launcher": "~0.1.3",
43 "karma-firefox-launcher": "~0.1.3",
44 "karma-jasmine": "~0.2.0",
45 "protractor": "~1.0.0"
46 }
47}