-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
41 lines (41 loc) · 1.13 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": "ame-lightbox",
"version": "0.0.11",
"description": "Lightbox component on top of angular material",
"main": "index.js",
"scripts": {
"build": "gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Alireza Mirian (alireza.mirian@gmail.com)",
"license": "ISC",
"devDependencies": {
"event-stream": "^3.3.2",
"fn.js": "^0.8.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-banner": "^0.1.3",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-filter": "^3.0.1",
"gulp-git": "^1.7.0",
"gulp-html2js": "^0.4.2",
"gulp-load-plugins": "^1.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-ng-html2js": "^0.2.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "^2.1.0",
"gulp-strip-banner": "0.0.2",
"gulp-tag-version": "^1.3.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"sass-bidi": "^1.0.0",
"simple-git": "^1.73.0",
"streamqueue": "^1.1.1"
}
}