-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 750 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 750 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
{
"name": "noon",
"version": "4.6.1",
"description": "no ordinary object notation",
"keywords": [
"noon",
"object",
"notation"
],
"author": "monsterkodi",
"license": "Unlicense",
"scripts": {
"build": "./node_modules/.bin/kode -Ho js kode/*.kode",
"test": "./node_modules/.bin/kode -t kode/*.kode test/test.kode",
"watch": "./node_modules/.bin/kode -wt test/test.kode kode/*.kode"
},
"files": [
"bin/noon",
"js/*.js"
],
"main": "js/main.js",
"bin": {
"noon": "./bin/noon"
},
"repository": "github:monsterkodi/noon",
"dependencies": {
"karg": "github:monsterkodi/karg",
"klor": "github:monsterkodi/klor"
},
"devDependencies": {
"kode": "github:monsterkodi/kode"
}
}