forked from erossignon/serialijse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 703 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 703 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
28
29
30
31
32
33
34
35
{
"name": "serialijse2",
"main": [
"dist/serialijse.bundle.min.js"
],
"version": "0.0.18",
"homepage": "https://github.com/Lythom/serialijse",
"authors": [
"Etienne Rossignon <etienne.rossignon@gadz.org>"
],
"repository": {
"type": "git",
"url": "https://github.com/Lythom/serialijse.git"
},
"moduleType": "global",
"description": "serialize and deserialize javascript object, preserve your object model",
"keywords": [
"persistence",
"JSON",
"stringify",
"parse",
"object",
"model",
"cyclic"
],
"license": "MIT",
"ignore": [
"bower_components",
"lib",
"node_modules",
".*",
"Makefile",
"README.md"
]
}