8000 Init npm package · imclab/serialize-javascript@57cebad · GitHub
[go: up one dir, main page]

Skip to content

Commit 57cebad

Browse files
committed
Init npm package
1 parent 1f65385 commit 57cebad

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
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

Comments
 (0)
0