forked from saeedalipoor/icono
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1002 Bytes
/
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
{
"name": "icono",
"version": "1.3.1",
"description": "Pure CSS Icons",
"main": "./build/icono.css",
"repository": {
"type": "git",
"url": "https://github.com/saeedalipoor/icono.git"
},
"contributors": [
{
"name": "Saeed Alipoor",
"email": "alipoor.sa@gmail.com",
"url": "https://github.com/saeedalipoor"
},
{
"name": "Adam Ellsworth",
"email": "adam.d.ellsworth@gmail.com",
"url": "https://github.com/adamellsworth"
}
],
"keywords": [
"css",
"icons",
"ui",
"icono"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/saeedalipoor/icono/issues"
},
"homepage": "http://saeedalipoor.github.io/icono/",
"devDependencies": {
"browser-sync": "^1.8.3",
"gulp": "^3.8.10",
"gulp-cssmin": "^0.1.6",
"gulp-less": "^2.0.1",
"gulp-stylus": "^2.3.1",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-watch": "^3.0.0",
"gulp-autoprefixer": "^2.3.0"
}
}