forked from jmdobry/angular-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.48 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.48 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
53
54
55
{
"name": "angular-cache",
"description": "angular-cache is a very useful replacement for Angular's $cacheFactory.",
"version": "4.2.0",
"homepage": "http://jmdobry.github.io/angular-cache/",
"main": "dist/angular-cache.js",
"repository": {
"type": "git",
"url": "https://github.com/jmdobry/angular-cache.git"
},
"author": {
"name": "Jason Dobry",
"url": "http://www.pseudobry.com",
"email": "jason.dobry@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jmdobry/angular-cache/blob/master/LICENSE"
}
],
"devDependencies": {
"angular": "^1.3.15 || >1.4.0-beta.0",
"babel-core": "4.7.16",
"babel-loader": "4.2.0",
"chai": "2.2.0",
"grunt": "0.4.5",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-uglify": "0.8.0",
"grunt-contrib-watch": "0.6.1",
"grunt-karma": "0.10.1",
"grunt-karma-coveralls": "2.5.3",
"grunt-webpack": "1.0.8",
"jit-grunt": "0.9.1",
"jshint": "2.6.3",
"jshint-loader": "0.8.3",
"karma": "0.12.31",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "0.1.7",
"karma-coverage": "0.2.7",
"karma-firefox-launcher": "0.1.4",
"karma-mocha": "0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-script-launcher": "0.1.0",
"karma-sinon": "1.0.4",
"mocha": "2.2.1",
"sinon": "1.14.1",
"time-grunt": "1.1.0",
"webpack": "1.7.3",
"webpack-dev-server": "1.7.0"
},
"scripts": {
"test": "grunt test"
}
}