-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "angular-sticky-box",
"version": "0.0.2",
"description": "Angular Sticky Box Directive",
"repository": {
"type": "git",
"url": "[email protected]:pcassis/angular-sticky-box.git"
},
"main": "dist/angular-sticky-box.js",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test"
},
"keywords": [
"angularjs",
"angular",
"directive",
"sticky"
],
"license": "MIT",
"devDependencies": {
"del": "^0.1.3",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-angular-templatecache": "^1.4.2",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.1.1",
"gulp-jshint": "^1.8.5",
"gulp-karma": "0.0.4",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.5",
"gulp-open": "^0.3.0",
"gulp-order": "^1.1.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.1.1",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.24",
"karma-chrome-launcher": "^0.1.5",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
"mversion": "^1.6.0"
},
"bugs": {
"url": "https://github.com/pcassis/angular-sticky-box/issues"
},
"homepage": "https://github.com/pcassis/angular-sticky-box"
}