-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
74 lines (74 loc) · 2.06 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
{
"name": "cat-angular",
"version": "0.2.3",
"license": "Apache-2.0",
"description": "Common Catalysts angular js code",
"repository": {
"type": "git",
"url": "git://github.com/Catalysts/cat-angular.git"
},
"keywords": [
"angular",
"angularJS",
"js",
"javascript"
],
"author": "Thomas Scheinecker <[email protected]>",
"bugs": {
"url": "https://github.com/Catalysts/cat-angular/issues"
},
"scripts": {
"test": "./node_modules/.bin/gulp test-production",
"release-patch": "./node_modules/.bin/gulp release-patch",
"release-minor": "./node_modules/.bin/gulp release-minor",
"release-major": "./node_modules/.bin/gulp release-major"
},
"homepage": "https://github.com/Catalysts/cat-angular",
"devDependencies": {
"bower": "=1.5.3",
"gulp": "=3.9.0",
"gulp-bower": "=0.0.10",
"gulp-bump": "=1.0.0",
"gulp-concat": "=2.6.0",
"gulp-filter": "=3.0.1",
"gulp-footer": "=1.0.5",
"gulp-git": "=1.4.0",
"gulp-header": "=1.7.1",
"gulp-jshint": "=1.11.2",
"gulp-less": "=3.0.3",
"gulp-ng-annotate": "=1.1.0",
"gulp-ng-html2js": "=0.2.0",
"gulp-ngdocs": "=0.2.13",
"gulp-rename": "=1.2.2",
"gulp-sourcemaps": "=1.6.0",
"gulp-uglify": "=1.4.1",
"gulp-util": "=3.0.6",
"jasmine-core": "=2.3.4",
"jshint-stylish": "2.0.1",
"karma": "=0.13.10",
"karma-coverage": "=0.5.2",
"karma-jasmine": "=0.3.6",
"karma-junit-reporter": "=0.3.5",
"karma-ng-html2js-preprocessor": "=0.1.2",
"karma-phantomjs-launcher": "=0.2.1",
"lazypipe": "=1.0.1",
"lodash": "=3.10.1",
"merge-stream": "=1.0.0",
"phantomjs": "=1.9.18",
"pretty-hrtime": "=1.0.0",
"pusher-client": "=0.2.3",
"q": "=1.4.1",
"request": "=2.64.0",
"rimraf": "=2.4.3",
"socket.io": "1.3.7"
},
"peerDependencies": {
"angular": ">=1.4.0",
"angular-ui-router": ">0.2.0",
"angular-ui-select2": "0.0.5",
"lodash": ">=3.10.1",
"angular-spinner": ">=0.8.0",
"angular-ui-bootstrap": ">=1.1.0",
"jquery": ">=2.0.0"
}
}