We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f65385 commit 57cebadCopy full SHA for 57cebad
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+node_modules/
package.json
@@ -0,0 +1,26 @@
+{
2
+ "name": "serialize-javascript",
3
+ "version": "1.0.0",
4
+ "description": "Serialize JavaScript to a superset of JSON that includes regular expressions and functions.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/yahoo/serialize-javascript.git"
12
13
+ "keywords": [
14
+ "serialize",
15
+ "serialization",
16
+ "javascript",
17
+ "js",
18
+ "json"
19
+ ],
20
+ "author": "Eric Ferraiuolo <edf@ericf.me>",
21
+ "license": "BSD",
22
+ "bugs": {
23
+ "url": "https://github.com/yahoo/serialize-javascript/issues"
24
25
+ "homepage": "https://github.com/yahoo/serialize-javascript"
26
+}
0 commit comments