-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
52 lines (52 loc) · 1.07 KB
/
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
45
46
47
48
49
50
51
52
{
"name": "generator-slim",
"version": "0.11.0",
"description": "A Yo Generator which sets up a new, on the Slim Framework based, project.",
"keywords": [
"yeoman-generator",
"php",
"slim"
],
"homepage": "http://katywings.github.io/generator-slim",
"bugs": "https://github.com/katywings/generator-slim/issues",
"author": {
"name": "Katja Lutz",
"email": "",
"url": "https://github.com/katywings"
},
"contributors": [
{
"name": "ADG Alessandro del Gobbo",
"url": "https://github.com/aledelgo"
},
{
"name": "Hariadi Hinta",
"url": "https://github.com/hariadi"
}
],
"main": "app/index.js",
"repository": {
"type": "git",
"url": "git://github.com/katywings/generator-slim.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"chalk": "~0.4.0",
"random-string": "~0.1.1",
"shelljs": "~0.2.6",
"yeoman-generator": "~0.16.0"
},
"devDependencies": {
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.8.0"
},
"licenses": [
{
"type": "MIT"
}
]
}