forked from Wandalen/wTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 809 Bytes
/
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
{
"name": "wTools",
"version": "0.5.13",
"description": "Generic purpose tools of base level for solving problems in Java Script.",
"author": "Kostiantyn Wandalen <[email protected]>",
"license": "MIT",
"main": "staging/wTools.s",
"files": [
"staging/wTools.s",
"production"
],
"scripts": {
"test": "node ./staging/z.test/All.s",
"make_doc": "./doc.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/Wandalen/wTools.git"
},
"bugs": {
"url": "https://github.com/Wandalen/wTools/issues"
},
"dependencies": {
"underscore": ""
},
"devDependencies": {
"wTesting": ""
},
"keywords": [
"base",
"basic",
"core",
"platform",
"tools",
"wTools",
"wBase",
"generic",
"underscore"
]
}