-
Notifications
You must be signed in to change notification settings - Fork 99
/
package.json
executable file
·34 lines (34 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
{
"name": "WeLoveIconFonts",
"title": "We Love Icon Fonts",
"description": "A free & open source icon fonts hosting service for testing purposes.",
"url": "https://weloveiconfonts.com/",
"author": "Tim Pietrusky",
"copyright": "2013",
"version": "2.0.1",
"license": "VVL",
"repository": {
"type": "git",
"url": "https://github.com/TimPietrusky/weloveiconfonts.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.5.3",
"connect-livereload": "~0.3.1",
"grunt-open": "~0.2.2",
"matchdep": "~0.1.2",
"grunt-sftp-deploy": "~0.0.9",
"grunt-concurrent": "~0.4.1",
"grunt-ftp-push": "~0.1.2",
"grunt-ftpush": "~0.3.3",
"grunt-hashres": "~0.3.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"assemble": "~0.4.33"
}
}