-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.25 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
{
"name": "ui-tabs",
"version": "1.0.0",
"description": "angularjs ui tabs like browser tab",
"main": "dist/ui-tabs.js",
"directories": {
"example": "examples"
},
"dependencies": {
"angular": "^1.6.4",
"angular-route": "^1.6.4"
},
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"browser-sync": "^2.18.12",
"css-loader": "^0.28.4",
"gulp": "^3.9.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.0",
"html-loader": "^0.4.5",
"node-sass": "^4.5.3",
"path": "^0.12.7",
"postcss-loader": "^2.0.5",
"sass-loader": "^6.0.5",
"style-loader": "^0.18.2",
"webpack": "^2.6.1",
"webpack-stream": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gusumuzhe/angular-ui-pagination.git"
},
"keywords": [
"angularjs",
"pagination"
],
"author": "gusumuzhe",
"license": "MIT",
"bugs": {
"url": "https://github.com/gusumuzhe/angular-ui-tabs/issues"
},
"homepage": "https://github.com/gusumuzhe/angular-ui-tabs#readme"
}