forked from C2FO/comb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 987 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
41
42
43
44
{
"name": "comb",
"description": "A framework for node",
"version": "2.0.0",
"keywords": [
"OO",
"Object Oriented",
"Collections",
"Tree",
"HashTable",
"Pool",
"Logging",
"Promise",
"Promises",
"Proxy"
],
"repository": {
"type": "git",
"url": "[email protected]:C2FO/comb.git"
},
"homepage": "http://c2fo.github.com/comb/",
"author": "C2FO (http://c2fo.github.com)",
"main": "index.js",
"directories": {
"lib": "lib"
},
"devDependencies": {
"coveralls": "^2.11.4",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-exec": "^0.4.6",
"grunt-it": "^1.0.0",
"istanbul": "^0.4.1",
"it": "^1.1.0",
"jit-grunt": "^0.9.1",
"time-grunt": "^1.2.2"
},
"scripts": {
"test": "grunt test"
},
"engines": {
"node": ">= 10.0.0"
}
}