forked from bitshadow/iconate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "iconate",
"title": "iconate.js",
"description": "A light-weight library to animate your font-awesome like icons",
"version": "0.3.1",
"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"
],
"dependencies": {
"autoprefixer": "^7.2.5",
"csswring": "^6.0.2"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-postcss": "^0.9.0"
}
}