-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1 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
{
"name": "PiXtograms",
"title": "PiXtograms",
"description": "Pictograms for the PiX Language",
"version": "0.2.5",
"homepage": "http://eadpucv.github.io/pixtograms",
"author": [
{
"name": "Herbert Spencer",
"email": "[email protected]"
},
{
"name": "Ingrid Céspedes",
"email": "[email protected]"
},
{
"name": "Melany Marin",
"email": "[email protected]"
}
],
"engines": {
"node": ">= 0.8.0"
},
"repository": {
"type": "git",
"url": "git://github.com/eadpucv/pixtograms.git"
},
"bugs": "https://github.com/eadpucv/pixtograms/issues",
"licenses": [
{
"type": "MIT",
"url": "http://eadpucv.github.io/pix//blob/master/LICENSE-MIT"
}
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-watch": "~0.4.0",
"grunt-webfont": "^0.4.8"
},
"keywords": [
"pix",
"icons",
"webfont",
"pictograms",
"design language",
"interaction"
]
}