-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.62 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.62 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "clientstore",
"version": "1.1.1",
"description": "Client Store is a library provides meaningful use of client side storages.",
"main": "client-store.umd.js",
"jsnext:main": "client-store.esm.js",
"module": "client-store.esm.js",
"types": "client-store.d.ts",
"scripts": {
"test": "test",
"copy": "node tools/copy-package.js && node tools/cleanup.js",
"bundle": "rimraf dist && rollup -c rollup.config.umd.js -f umd -n ClientStore &&rollup -c rollup.config.esm.js -f es -n ClientStore && tsc && ngc",
"postbundle": "node tools/removecode.js",
"build": "npm run bundle && npm run copy"
},
"repository": {
"type": "git",
"url": "https://github.com/davutg/client-store.git"
},
"dependencies": {
"ngx-cookie-service": "^1.0.10"
},
"devDependencies": {
"@angular/cli": "^1.7.0",
"@angular/compiler-cli": "^5.2.5",
"ci-publish": "^1.3.0",
"cookie-service": "0.0.0",
"del": "^3.0.0",
"ngc": "^1.0.0",
"ngx-cookie-service": "^1.0.10",
"node-sass": "^4.11.0",
"rollup-plugin-angular": "^0.5.3",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-node-resolve": "^3.0.3",
"rollup-plugin-typescript2": "^0.11.1",
"typescript": "^2.5.0",
"deep-extend": ">=0.5.1",
"atob": ">=2.1.0",
"hoek": ">=5.0.3",
"moment": ">=2.19.3"
},
"keywords": [
"localstorage",
"sessionstorage",
"cookie",
"client",
"side",
"store"
],
"author": "Davut Gurbuz",
"license": "ISC",
"bugs": {
"url": "https://github.com/davutg/client-store/issues"
},
"homepage": "https://github.com/davutg/client-store#readme"
}