-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
77 lines (77 loc) · 1.61 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "nokit",
"version": "0.27.12",
"description": "A light weight set of handy tools for real world program.",
"main": "lib/kit.js",
"engines": {
"node": ">= 0.11.0"
},
"bin": {
"no": "bin/no.js",
"noe": "bin/noe.js",
"nos": "bin/nos.js",
"not": "bin/not.js",
"nor": "bin/nor.js"
},
"scripts": {
"no": "bin/no.js",
"test": "node bin/no test",
"prepublishOnly": "node bin/no build -a"
},
"nofile": {
"autoInstallDeps": true
},
"repository": {
"type": "git",
"url": "https://github.com/ysmood/nokit.git"
},
"keywords": [
"no",
"nofile",
"node",
"kit",
"helpers"
],
"files": [
"bin",
"lib"
],
"author": "http://ysmood.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/ysmood/nokit/issues"
},
"homepage": "https://github.com/ysmood/nokit",
"dependencies": {
"body-parser": "^1.19.0",
"commander": "^2.20.0",
"eslint": "^5.16.0",
"jhash": "0.1.10",
"jshint": "^2.10.2",
"lodash": "^4.17.15",
"noflow": "0.8.11",
"nofs": "^0.12.2",
"path-to-regexp": "^3.0.0",
"semver": "^6.0.0",
"send": "^0.17.0",
"uglify-js": "^3.5.11",
"xterm": "^3.12.2",
"yaku": "0.19.3"
},
"devDependencies": {
"LiveScript": "1.3.1",
"clean-css": "4.2.1",
"coffee-script": "1.12.7",
"coffeelint": "2.1.0",
"express": "4.16.4",
"form-data": "2.3.3",
"formidable": "1.2.1",
"iconv-lite": "0.4.24",
"junit": "1.4.9",
"less": "3.9.0",
"msgpack5": "4.2.1",
"serve-index": "1.9.1",
"stylus": "0.54.5",
"throttle": "1.0.3"
}
}