forked from arafeek/nibelung
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 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
{
"name": "nibelung",
"version": "0.5.0",
"description": "Caching library backed by browser local storage.",
"keywords": [
"Cache",
"localStorage",
"sessionStorage",
"TTL"
],
"main": "nibelung.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/rangle/nibelung.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/rangle/nibelung/issues"
},
"homepage": "https://github.com/rangle/nibelung",
"devDependencies": {
"bower": "~1.4.1",
"chai": "^2.3.0",
"istanbul": "~0.3.14",
"karma": "^0.12.35",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "~0.1.12",
"karma-coverage": "~0.3.1",
"karma-firefox-launcher": "~0.1.6",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.2.0",
"karma-sinon": "^1.0.4",
"karma-threshold-reporter": "~0.1.15",
"mocha": "~2.2.5",
"phantomjs": "^1.9.17",
"sinon": "^1.14.1"
},
"dependencies": {
"ramda": "~0.17.1"
}
}