This repository has been archived by the owner on Mar 7, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 164
/
package.json
70 lines (70 loc) · 1.71 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "angular-socialshare",
"version": "2.3.11",
"description": "A social media url and content share module for angularjs.",
"homepage": "http://720kb.github.io/angular-socialshare",
"keywords": [
"social",
"sharing",
"buttons",
"share",
"angular",
"angularjs"
],
"scripts": {
"precommit": "gulp lint",
"preversion": "gulp lint",
"lint": "gulp lint",
"minify": "gulp minify",
"version": "gulp minify && ./tasks/bower-version-bump && git add -A .",
"postversion": "git push && git push --tags"
},
"files": [
"dist",
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/720kb/angular-socialshare.git"
},
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.9.11",
"connect-history-api-fallback": "^1.1.0",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-eslint": "^1.0.0",
"gulp-header": "^1.7.1",
"gulp-jscs": "^3.0.2",
"gulp-jshint": "^1.12.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"husky": "^0.10.2",
"jshint-stylish": "^2.0.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.4",
"vinyl-paths": "^2.0.0"
},
"author": {
"name": "Filippo Oretti",
"email": "[email protected]",
"url": "https://github.com/45kb"
},
"contributors": [
{
"name": "Dario Andrei",
"email": "[email protected]",
"url": "https://github.com/wouldgo"
},
{
"name": "Luca Bressanelli",
"email": "[email protected]",
"url": "https://github.com/ryppy"
}
]
}