forked from bitshadow/iconate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.19 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
50
51
52
{
"name": "iconate",
"title": "iconate.js",
"description": "A light-weight library to animate your font-awesome like icons",
"version": "0.2.7",
"homepage": "http://bitshadow.github.io/iconate",
"author": {
"name": "Jignesh Kakadiya",
"email": "[email protected]",
"url": "http://bitshadow.github.io"
},
"main": "dist/iconate.js",
"repository": {
"type": "git",
"url": "git://github.com/bitshadow/iconate.git"
},
"bugs": {
"url": "https://github.com/bitshadow/iconate/issues"
},
"scripts": {
"build": "grunt build"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/bitshadow/iconate/blob/master/LICENSE"
}
],
"keywords": [
"icon",
"animation",
"ux",
"javascript",
"transition",
"library"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-bumpx": "^0.2.1",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-postcss": "^0.7.1"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"csswring": "^4.2.1",
"grunt-contrib-uglify": "^0.11.1"
},
"license": "MIT"
}