-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
41 lines (41 loc) · 1.19 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": "ng-webcam",
"version": "0.4.1",
"description": "AngularJS module for capturing images from your computer's camera.",
"scripts": {
"init": "npm install",
"install": "bower install",
"build": "gulp clean && gulp build",
"preversion": "",
"version": "npm run build && git add -A .",
"postversion": "git push origin master && git push origin --tags"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/weberamaral/ng-webcam.git"
},
"author": "Weber Amaral <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weberamaral/ng-webcam/issues"
},
"homepage": "https://github.com/weberamaral/ng-webcam#readme",
"devDependencies": {
"del": "^2.2.1",
"gulp": "^3.9.1",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-sourcemap": "^1.3.1",
"gulp-load-plugins": "^1.2.4",
"gulp-ng-annotate": "^2.0.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"main-bower-files": "^2.13.1",
"path": "^0.12.7",
"shelljs": "^0.7.0",
"uglify-save-license": "^0.4.1",
"wrench": "^1.5.9"
}
}