-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 KB
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
{
"name": "angular-helptip",
"version": "1.0.6",
"description": "Angular simple floating tooltip",
"browser": "dist/angular-helptip.js",
"main": "dist/angular-helptip.js",
"scripts": {
"build": "webpack && webpack -p",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"version": "npm run build && git add -A dist/angular-helptip*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/upplication/angular-helptip.git"
},
"keywords": [
"angular",
"ng",
"helptip",
"tootlip",
"floating"
],
"author": "Juan José Herrero Barbosa <juanjo.herrero@upplication.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/upplication/angular-helptip/issues"
},
"homepage": "https://github.com/upplication/angular-helptip#readme",
"devDependencies": {
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.20.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"angular": ">=1 <2",
"angular-translate": ">=2 <3"
}
}