forked from viadeo/tetra-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 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
{
"name": "tetra-ui",
"description": "Tetra UI: a smart, easy-to-use toolkit for creating rich interfaces in lightning speed!",
"version": "1.3.2",
"author": {
"name": "Frédéric Perrin",
"email": "fperrin@viadeoteam.com"
},
"contributors": [
{
"name": "Frédéric Perrin",
"email": "fperrin@viadeoteam.com"
},
{
"name": "Richard Francis",
"email": "rfrancis@viadeoteam.com"
},
{
"name": "Sylvain Faucherand",
"email": "sfaucherand@viadeoteam.com"
},
{
"name": "Cormac Flynn",
"email": "cflynn@viadeoteam.com"
},
{
"name": "Duvillier Antoine",
"email": "aduvillier@viadeoteam.com"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-recess": "~0.4.0",
"assemble": "~0.4.20"
},
"repository": {
"type": "git",
"url": "git://github.com/viadeo/tetra-ui"
},
"engines": {
"node": ">= 0.10.5"
}
}