forked from oblador/angular-scroll
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.43 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "angular-scroll",
"version": "0.6.2",
"description": "Scrollspy, animated scrollTo and scroll events",
"keywords": [
"angular",
"smooth-scroll",
"scrollspy",
"scrollTo",
"scrolling"
],
"main": "angular-scroll.min.js",
"repository": {
"type": "git",
"url": "git://[email protected]:durated/angular-scroll.git"
},
"bugs": {
"url": "https://github.com/durated/angular-scroll/issues"
},
"scripts": {
"start": "http-server -p 8888",
"test": "./node_modules/karma/bin/karma start test/karma.conf.js",
"build": "gulp",
"test-single-run": "./node_modules/karma/bin/karma start test/karma.conf.js --single-run",
"update-webdriver": "node_modules/protractor/bin/webdriver-manager update",
"protractor": "node_modules/protractor/bin/protractor test/protractor-conf.js"
},
"author": "Durated (http://durated.com)",
"contributors": [
"Joel Arvidsson",
"Joachim Karlsson"
],
"license": "MIT",
"devDependencies": {
"gulp": "~3.8.0",
"gulp-concat": "~2.3.4",
"gulp-jshint": "~1.8.4",
"gulp-karma": "0.0.4",
"gulp-ng-annotate": "~0.3.0",
"gulp-rimraf": "~0.1.0",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "~0.3.1",
"http-server": "^0.6.1",
"jasmine-given": "~2.6.2",
"karma": "~0.12.21",
"karma-chrome-launcher": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-jasmine": "~0.2.0",
"protractor": "~1.0.0"
}
}