-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
81 lines (81 loc) · 2.49 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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "angular-base-apps",
"version": "2.0.12",
"license": "MIT",
"description": "A responsive, Angular-powered framework for web apps",
"scripts": {
"test": "gulp test",
"start": "gulp",
"publish-prerelease": "gulp publish:dist --publish prerelease && npm run publish-finalize",
"publish-patch": "gulp publish:dist --publish patch && npm run publish-finalize",
"publish-minor": "gulp publish:dist --publish minor && npm run publish-finalize",
"publish-major": "gulp publish:dist --publish major && npm run publish-finalize",
"publish-docs": "gulp build:dist && gulp publish:ghpages:latest",
"publish-finalize": "git push --follow-tags && npm publish && gulp publish:ghpages:release && gulp publish:ghpages:latest"
},
"repository": {
"type": "git",
"url": "https://github.com/base-apps/angular-base-apps"
},
"keywords": [
"angular",
"base-apps",
"responsive",
"apps",
"applications"
],
"author": "Base Apps",
"bugs": {
"url": "https://github.com/base-apps/angular-base-apps/issues"
},
"homepage": "https://github.com/base-apps/angular-base-apps",
"dependencies": {
"viewport-units-buggyfill": "~0.4.1",
"tether": "~0.6.5",
"fastclick": "~1.0.6",
"angular": "1.3.x - 1.6.x",
"angular-animate": "1.3.x - 1.6.x",
"hammerjs": "~2.0.4"
},
"devDependencies": {
"angular-dynamic-routing": "^1.0.0",
"angular-icons": "^1.0.0",
"angular-ui-router": "~0.3.0",
"base-apps-router": "^1.2.0",
"connect-modrewrite": "^0.7.9",
"gh-pages": "^0.11.0",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.3.1",
"gulp-bump": "^2.2.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.0.6",
"gulp-filter": "^4.0.0",
"gulp-git": "^2.5.2",
"gulp-highlight": "0.0.3",
"gulp-if": "^2.0.1",
"gulp-load-plugins": "^0.8.0",
"gulp-markdown": "^2.0.1",
"gulp-minify-css": "^1.2.2",
"gulp-ng-html2js": "^0.1.8",
"gulp-prompt": "^0.1.2",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-rsync": "^0.0.4",
"gulp-sass": "^3.1.0",
"gulp-tag-version": "^1.3.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.0.1",
"gulp-util": "^3.0.1",
"highlight.js": "~7.5.0",
"karma": "^0.13",
"karma-jasmine": "^0.2.0",
"karma-phantomjs-launcher": "^1.0.0",
"merge-stream": "^1.0.0",
"octophant": "^1.0.0",
"protractor": "^1.3.1",
"rimraf": "^2.2.8",
"run-sequence": "^1.0.1",
"through2": "^0.6.2",
"yargs": "^5.0.0"
}
}