-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
41 lines (41 loc) · 872 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
{
"name": "useless",
"version": "0.0.0",
"description": "Yet Another Useless Framework",
"main": "useless.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "node test.js",
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xpl/useless.git"
},
"keywords": [
"useless",
"framework",
"OOP",
"metaprogramming",
"traits",
"functional",
"underscore",
"reflection",
"type matching",
"math",
"algorithms"
],
"author": "Vitaly Gordon <[email protected]> (http://github.com/xpl)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xpl/useless/issues"
},
"homepage": "https://github.com/xpl/useless#readme",
"dependencies": {
"underscore": ">= 1.8.3",
"process": ">= 0.9.0",
"iconv": ">= 2.1.7"
}
}