forked from zalmoxisus/remotedev-serialize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 846 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
{
"name": "remotedev-serialize",
"version": "0.1.1",
"description": "Serialize unserializable data and parse it back.",
"main": "index.js",
"scripts": {
"lint": "eslint src test",
"test": "jest --no-cache",
"prepublish": "npm run lint && npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/zalmoxisus/remotedev-serialize.git"
},
"keywords": [
"redux",
"devtools"
],
"author": "Mihail Diordiev <[email protected]> (https://github.com/zalmoxisus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zalmoxisus/remotedev-serialize/issues"
},
"homepage": "https://github.com/zalmoxisus/remotedev-serialize",
"devDependencies": {
"eslint": "^2.13.1",
"immutable": "^3.0.0",
"jest": "^17.0.3"
},
"dependencies": {
"jsan": "^3.1.9"
}
}