forked from marcj/angular2-localstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 944 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
{
"name": "angular2-localstorage",
"version": "0.4.0",
"description": "Angular2 decorator to save and restore class properties automatically from LocalStorage.",
"main": "index.js",
"scripts": {
"lint": "tslint ./*.ts -t verbose",
"tsc": "tsc",
"postinstall": "typings install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:marcj/angular2-localstorage.git"
},
"keywords": [
"Angular2",
"LocalStorage"
],
"author": "Marc J. Schmidt",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcj/angular2-localstorage/issues"
},
"homepage": "https://github.com/marcj/angular2-localstorage",
"devDependencies": {
"@angular/core": "^2.0.0",
"es6-shim": "^0.35.1",
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-beta.12",
"tslint": "^3.15.1",
"typings": "^1.3.3",
"zone.js": "0.6.23"
}
}