forked from thetoke/navicon-transformicons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.32 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
53
{
"name": "Transformicons",
"description": "Animated CSS Symbols and Buttons",
"version": "0.2.0",
"engines": {
"node": "0.10.x"
},
"author": "Bennett Feely, Sara Soueidan, Dennis Gaebel, Jan Paepke, Arthur Verschaeve, J.Fischer",
"homepage": "https://github.com/grayghostvisuals/transformicons",
"main": "/",
"license": "MIT",
"bugs": {
"url": "https://github.com/grayghostvisuals/transformicons/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/grayghostvisuals/transformicons"
},
"keywords": [
"sass",
"svg",
"icons",
"animation",
"transformicons"
],
"scripts": {
"start": "node node_modules/gulp/bin/gulp",
"test": "make test"
},
"dependencies": {
"assemble": "git://github.com/assemble/assemble#v0.6.0",
"gulp": "3.8.10",
"gulp-autoprefixer": "2.1.0",
"gulp-concat": "2.4.3",
"gulp-connect": "2.2.0",
"gulp-extname": "0.2.0",
"gulp-load-plugins": "0.8.0",
"gulp-minify-css": "0.4.4",
"gulp-minify-html": "0.1.8",
"gulp-rev": "3.0.0",
"gulp-sass": "1.3.2",
"gulp-template": "2.1.0",
"gulp-uglify": "1.1.0",
"gulp-usemin": "0.3.11",
"gulp-util": "3.0.3",
"lodash": "3.0.0",
"marked": "0.3.3"
},
"devDependencies": {
"gulp-clean": "0.3.1",
"gulp-livereload": "3.7.0"
}
}