-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 931 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
{
"name": "silex-component-kernel",
"version": "0.0.14",
"description": "[SILEX][COMPONENT] Silex kernel framework",
"author": "Valentin Allaire <[email protected]>",
"license": "MIT",
"keywords": [
"kernel",
"silex",
"component"
],
"main": "index.js",
"dependencies": {
"spaceload": "<2.0.0",
"glob": "4.x",
"commander": "2.x",
"silex-component-container": "0.0.x",
"silex-component-dispatcher": "0.0.x",
"silex-component-config": "0.0.x",
"silex-component-log": "0.0.x"
},
"devDependencies": {},
"scripts": {
"test": "mocha ./test/test.js"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/silexjs/component-kernel.git"
},
"bugs": {
"url": "https://github.com/silexjs/component-kernel/issues"
},
"homepage": "https://github.com/silexjs/component-kernel",
"autoload": {
"psr-4": {
"Silex\\Component\\Kernel": "./lib/"
}
}
}