-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 853 Bytes
/
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
{
"name": "angular-local-store",
"version": "0.2.3",
"description": "Angular $cookieStore like API for localStorage",
"main": "angular-local-store.js",
"scripts": {
"test": "karma start"
},
"repository": {
"type": "git",
"url": "[email protected]:saintmac/angular-local-store.git"
},
"keywords": [
"angular",
"localStorage",
"$cookieStore"
],
"author": "saintmac <[email protected]> (Martin Saint-Macary)",
"license": "MIT",
"bugs": {
"url": "https://github.com/saintmac/angular-local-store/issues"
},
"homepage": "https://github.com/saintmac/angular-local-store",
"devDependencies": {
"karma": "~0.12.1",
"karma-chrome-launcher": "~0.1.2",
"karma-jasmine": "~0.1.5",
"mocha": "~1.18.2",
"karma-mocha": "~0.1.3",
"chai": "~1.9.1",
"karma-chai": "~0.1.0"
}
}