-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 914 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
34
35
36
37
{
"name": "angular-window-storage",
"version": "0.2.0",
"description": "Angular module to ease the access of localStorage, sessionStorage and cookie.",
"homepage": "https://github.com/JoseCMRocha/angular-window-storage",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"angular",
"angularjs",
"session",
"local",
"storage",
"window",
"cookie",
"localStorage",
"sessionStorage",
"document"
],
"author": "Jose Rocha",
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bower-task": "^0.5.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-karma": "^2.0.0",
"grunt-nuget-pack": "0.0.6",
"jasmine-core": "^2.6.1",
"karma": "^1.6.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4"
}
}