-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 803 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 803 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": "JSUS",
"description": "JavaScript UtilS. Extended functional programming support. JSUS helps!",
"version": "1.7.2",
"keywords": [
"functional",
"functional programming",
"util",
"general",
"array",
"eval",
"time",
"date",
"object",
"dom",
"parse",
"nodeGame"
],
"main": "jsus.js",
"author": "Stefano Balietti <futur.dorko@gmail.com>",
"license": "MIT",
"dependencies": {
"commander": ">= 2.8.1",
"smoosh": "0.4.0",
"resolve": "1.1.7",
"fs-extra": "*"
},
"devDependencies": {
"mocha": "^6.0.2",
"should": "^4.4.1"
},
"engines": {
"node": ">=0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/nodeGame/JSUS.git"
},
"scripts": {
"test": "make test"
}
}