forked from mg/ngScrollSpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "ngScrollSpy",
"version": "1.0.0",
"description": "An implementation of Bootstrap's scollspy and affix for AngularJS",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/mg/ngScrollSpy.git"
},
"bugs": {
"url": "https://github.com/mg/ngScrollSpy/issues"
},
"homepage": "https://mg.github.io/ngScrollSpy",
"author": "Magnús Örn Gylfason",
"license": "MIT",
"devDependencies": {
"karma-script-launcher": "latest",
"karma-jasmine": "latest",
"karma-phantomjs-launcher": "latest",
"karma-junit-reporter": "latest",
"karma": "latest",
"jshint-stylish": "latest",
"gulp": "latest",
"gulp-clean": "latest",
"gulp-notify": "latest",
"gulp-karma": "latest",
"gulp-jshint": "latest",
"gulp-strip-debug": "latest",
"gulp-concat": "latest",
"gulp-uglify": "latest",
"event-stream": "latest",
"gulp-load-plugins": "latest",
"gulp-header": "latest",
"gulp-wrap": "latest",
"gulp-watch": "latest",
"run-sequence": "latest",
"gulp-ngmin": "latest"
}
}