-
Notifications
You must be signed in to change notification settings - Fork 158
/
Copy pathpackage.json
64 lines (64 loc) · 1.59 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
{
"name": "angular-tooltips",
"version": "1.2.2",
"description": "Angular.js tooltips module.",
"homepage": "http://720kb.github.io/angular-tooltips",
"main": "index.js",
"keywords": [
"tiptip",
"tooltip",
"tooltips",
"popover",
"angularjs",
"angular"
],
"scripts": {
"precommit": "gulp lint",
"preversion": "gulp lint",
"version": "gulp minify && ./tasks/bower-version-bump && git add -A .",
"postversion": "git push && git push --tags",
"prod": "gulp minify",
"lint": "gulp lint"
},
"repository": {
"type": "git",
"url": "https://github.com/720kb/angular-tooltips.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-cssmin": "^0.1.7",
"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-sass": "^2.1.0",
"gulp-sass-lint": "^1.0.1",
"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": "filippo.oretti@gmail.com",
"url": "https://github.com/45kb"
},
"contributors": [
{
"name": "Dario Andrei",
"email": "wouldgo84@gmail.com",
"url": "https://github.com/wouldgo"
}
]
}