forked from murvinlai/string-to-json
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (28 loc) · 695 Bytes
/
package.json
File metadata and controls
30 lines (28 loc) · 695 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
{
"name":"string-to-json",
"version":"0.1.0",
"description":"Convert string with dot notation as a key into json object",
"homepage":"https://github.com/murvinlai/string-to-json",
"author": {
"name": "Murvin Lai",
"email": "murvinlai@gmail.com"
},
"scripts":{
},
"dependencies":{
"underscore-x": ">= 0.1.0"
},
"devDependencies":{
},
"keywords": [
"string to json",
"string",
"json",
"dot notation",
"convert"
],
"repository": "git://github.com/murvinlai/string-to-json.git",
"license": "MIT",
"main":"./index.js",
"engines": { "node": "*" }
}