-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.18 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
{
"name": "qtools-functional-library",
"version": "2.0.0",
"description": "Useful additions to JS prototypes to facilliate chainable, functional (mostly) style. Also make life more convenient.\"",
"main": "qtools-functional-library.js",
"scripts": {
"sample": "node test.js -listTests -logErrors -verbose --methodList=qtClone,qtToString,qtPop",
"sample2": "node test.js -listTests -logErrors --methodList=qtClone,qtToString,qtPop",
"logTest": "node --trace-uncaught test.js -listTests -logErrors --methodList=qtLog",
"test": "node test.js -logErrors",
"quiet": "node test.js -listTests -logErrors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tqwhite/qtools-functional-library.git"
},
"author": "TQ White II",
"license": "ISC",
"bugs": {
"url": "https://github.com/tqwhite/qtools-functional-library/issues"
},
"homepage": "https://github.com/tqwhite/qtools-functional-library#readme",
"devDependencies": {},
"keywords": [
"functional",
"chain"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/evangelion1204/multi-ini/blob/master/LICENSE"
}
],
"pkg":{
"assets":"./lib"
}
}