forked from mercadolibre/chico
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 KB
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": "chico",
"version": "1.1.1",
"description": "Chico UI is a free and open source collection of easy-to-use web components for developers and designers.",
"author": "<chico@mercadolibre.com>",
"contributors": [
{
"name": "Guille Paz",
"email": "guille87paz@gmail.com"
},
{
"name": "Hernan Mammana",
"email": "hernanmammana@gmail.com"
},
{
"name": "Leandro Linares",
"email": "lean8086@gmail.com"
}
],
"scripts": {
"start": "node ./app"
},
"repository": {
"type": "git",
"url": "https://github.com/mercadolibre/chico.git"
},
"dependencies": {},
"devDependencies": {
"express": "3.x",
"ejs": "*",
"grunt": "~0.4.1",
"grunt-jslint": "0.2.6",
"grunt-contrib-concat": "0.3.0",
"grunt-contrib-uglify": "0.2.2",
"grunt-contrib-clean": "0.4.1",
"grunt-contrib-cssmin": "0.6.1",
"grunt-jsdoc": "~0.4.0",
"grunt-text-replace": "~0.3.11"
},
"license": "MIT",
"engine": "node >= 0.8.6"
}