-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 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
43
44
45
46
47
48
49
50
51
52
{
"name": "angular-spinner",
"version": "1.2.26",
"description": "Spinner directive based on $http interceptor",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/angularifyjs/angular-spinner.git"
},
"keywords": [
"angular",
"spinner",
"http"
],
"author": "Henry Tao <hi@henrytao.me>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/angularifyjs/angular-spinner/blob/master/LICENSE",
"description": "Copyright (c) 2014 Angularfiy.org & HenryTao."
}
],
"bugs": {
"url": "https://github.com/angularifyjs/angular-spinner/issues"
},
"homepage": "https://github.com/angularifyjs/angular-spinner",
"devDependencies": {
"coveralls": "2.11.1",
"expect.js": "0.3.1",
"gulp": "3.8.7",
"gulp-jshint": "1.7.1",
"jshint-stylish": "0.4.0",
"karma": "0.12.17",
"karma-coverage": "0.2.4",
"karma-junit-reporter": "0.2.2",
"karma-mocha": "0.1.6",
"karma-mocha-reporter": "0.2.8",
"karma-phantomjs-launcher": "0.1.4",
"mocha": "1.17.1",
"phantomjs": "1.9.7-15",
"run-sequence": "0.3.6",
"gulp-connect": "2.1.0",
"gulp-uglify": "1.0.0",
"gulp-header": "1.0.5",
"gulp-clean": "0.3.1",
"gulp-concat": "2.3.4",
"gulp-ng-annotate": "0.3.0"
}
}