-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 727 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 727 Bytes
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
{
"name": "angular2-local-storage",
"version": "0.2.0",
"description": "An Angular 2 TypeScript module that gives access to the browsers local storage.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rrgarciach/angular2-local-storage.git"
},
"keywords": [
"localstorage",
"typescript",
"angular2"
],
"author": "Ruy R. Garcia",
"license": "MIT",
"bugs": {
"url": "https://github.com/rrgarciach/angular2-local-storage/issues"
},
"homepage": "https://github.com/rrgarciach/angular2-local-storage#readme",
"devDependencies": {
"angular2": "^2.0.0-beta.0"
}
}