-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 768 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 768 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
{
"name": "jsan",
"version": "3.1.14",
"description": "handle circular references when stringifying and parsing",
"main": "index.js",
"scripts": {
"benchmark": "node perf/bench > perf/results.txt",
"test": "mocha"
},
"keywords": [
"json"
],
"author": "Moshe Kolodny",
"license": "MIT",
"devDependencies": {
"benchmark": "^2.1.2",
"circular-json": "^0.3.0",
"immutable": "^3.7.6",
"json-stringify-safe": "^5.0.1",
"mobx": "^2.4.1",
"mocha": "^2.2.1",
"rimraf": "^2.5.2"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/kolodny/jsan.git"
},
"bugs": {
"url": "https://github.com/kolodny/jsan/issues"
},
"homepage": "https://github.com/kolodny/jsan"
}