-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 823 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 823 Bytes
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
{
"name": "perkins",
"version": "3.0.3",
"author": "Carlos Elias <hola@carloselias.cl>",
"description": "Design & Develop the web Faster",
"keywords": ["web", "server", "cli", "framework", "web development", "CSS3", "HTML5", "LESS", "wireframes"],
"repository": {
"type": "git",
"url": "git://github.com/carloselias/perkins-cli.git"
},
"contributors": [
{ "name": "Rodrigo Fuentealba", "email": "rfuentealbac.83@gmail.com" },
{ "name": "Alvaro Veliz", "email": "yo@alvaroveliz.cl" }
],
"dependencies": {
"colors" : "*",
"commander": "*",
"mkdirp": "*",
"express": "*",
"static-favicon" : "*",
"morgan" : "*",
"body-parser" : "*",
"method-override" : "*",
"less-middleware": "*",
"bower": "*"
},
"bin": "perkins",
"engines": { "node": "*" }
}