-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "angular-cookies",
"version": "1.2.26",
"description": "Cookies is a small client-side javascript library that makes managing cookies easily and integrate with AngularJS.",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/angularifyjs/angular-cookies.git"
},
"keywords": [
"angular",
"cookies"
],
"author": "Henry Tao <[email protected]>",
"licenses": [{
"type": "MIT",
"url": "https://github.com/angularifyjs/angular-cookies/blob/master/LICENSE",
"description": "Copyright (c) 2014 Angularfiy.org & HenryTao."
}],
"bugs": {
"url": "https://github.com/angularifyjs/angular-cookies/issues"
},
"homepage": "https://github.com/angularifyjs/angular-cookies",
"devDependencies": {
"coveralls": "2.11.1",
"expect.js": "0.3.1",
"gulp": "3.8.7",
"gulp-clean": "0.3.1",
"gulp-concat": "2.3.4",
"gulp-header": "1.0.5",
"gulp-jshint": "1.7.1",
"gulp-ng-annotate": "0.3.0",
"gulp-uglify": "1.0.0",
"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"
}
}