-
Notifications
You must be signed in to change notification settings - Fork 242
/
package.json
37 lines (37 loc) · 1.05 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
{
"author": {
"name": "Alex Kaul",
"email": "[email protected]"
},
"name": "svg-morpheus",
"prettyName": "SVG Morpheus",
"version": "0.3.2",
"main": "compile/minified/svg-morpheus.js",
"description": "JavaScript library enabling SVG icons to morph from one to the other. It implements Material Design's Delightful Details transitions.",
"homepage": "https://github.com/alexk111/SVG-Morpheus",
"repository": {
"type": "git",
"url": "https://github.com/alexk111/SVG-Morpheus.git"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"connect-livereload": "^0.4.0",
"express": "^4.4.5",
"gulp": "^3.8.5",
"gulp-autoprefixer": "0.0.8",
"gulp-concat": "^2.2.0",
"gulp-concat-util": "^0.2.3",
"gulp-header": "^1.0.2",
"gulp-jshint": "^1.6.4",
"gulp-livereload": "^2.1.0",
"gulp-open": "^0.2.8",
"gulp-rimraf": "^0.1.0",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.19",
"jshint-stylish": "^0.2.0",
"minimist": "^0.2.0",
"opn": "^0.1.2",
"tiny-lr": "0.0.7"
}
}