-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 845 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 845 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
34
35
36
37
38
39
40
41
42
{
"name": "luon",
"version": "1.2.11",
"esversion": 6,
"description": "A lightweight Lua Object Notation (Luon) implementation",
"main": "./index.js",
"scripts": {
"test": "./test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/appgurueu/luon.git"
},
"keywords": [
"lua",
"object",
"notation",
"luon",
"parser",
"lightweight"
],
"author": {
"name": "Lars Mueller",
"email": "appgurulars@gmx.de",
"url": "https://appgurueu.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/appgurueu/luon/issues"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"dependencies": {
"lustils": ">= 1.0.2"
},
"devDependencies": {
"litests": ">= 1.0.5"
},
"homepage": "https://github.com/appgurueu/luon"
}