-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.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": "minion",
"version": "1.5.5\n",
"description": "Classical Inheritance in JavaScript.",
"main": "./lib/minion.js",
"directories": {
"lib": "lib",
"test": "test",
"docs": "docs",
"dist": "dist",
"bin": "bin"
},
"bin": {
"minion": "./bin/minion-cli.js"
},
"dependencies": {
"optimist": "0.3.x",
"ansi-color": "0.2.x",
"uglify-js": "1.2.x",
"jshint": "0.5.x"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://[email protected]/gigafied/minion.git"
},
"keywords": [
"oop",
"inheritance",
"classes",
"class",
"dependency",
"extend"
],
"author": {
"name": "Taka Kojima",
"email": "[email protected]",
"url": "http://gigafied.github.com/minion/"
},
"license": "MIT/X11",
"engine": {
"node": ">=0.4.x"
}
}