forked from grevory/angular-local-storage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "angular-local-storage",
"version": "0.7.1",
"description": "An Angular module that gives you access to the browsers local storage",
"homepage": "https://github.com/grevory/angular-local-storage",
"main": "./index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/grevory/angular-local-storage.git"
},
"keywords": [
"AngularJS",
"local",
"storage"
],
"author": "grevory <[email protected]>",
"contributors": [
"Ariel Mashraki <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/grevory/angular-local-storage/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "*",
"grunt-karma": "latest",
"jasmine-core": "^2.4.1",
"karma": "~0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "~0.3.7",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "~3.4.0",
"phantomjs-prebuilt": "^2.1.4",
"time-grunt": "~1.3.0"
}
}