-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
{
"name": "angular-zoom-directive",
"version": "0.0.1",
"homepage": "https://github.com/cesar-garay/zoom-directive",
"description": "Make zoom for two images",
"main": "./index.js",
"scripts": {
"test": "gulp test",
"build": "gulp build",
"develop": "gulp server"
},
"repository": {
"type": "git",
"url": "[email protected]:cesar-garay/zoom-directive.git"
},
"keywords": [
"Angular",
"Angular Material",
"Zoom"
],
"author": [
"Cesar Garay <[email protected]>"
],
"maintainers": [
{
"name": "cesar-garay",
"web": "https://github.com/cesar-garay"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-copy": "0.0.2",
"gulp-minify-css": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-rev": "^7.1.0",
"gulp-sass": "^2.3.2",
"gulp-uglify": "^2.0.0",
"gulp-usemin": "^0.3.23",
"gulp-webserver": "^0.9.1",
"parseurl": "^1.3.1",
"serve-static": "^1.11.1"
}
}