animate.css/package.json
Kent C. Dodds 0a18237ed5 Adding repository field
So I stop seeing this in my console :-)

> npm WARN package.json animate.css@3.1.1 No repository field.
2015-01-19 13:16:46 -07:00

20 lines
425 B
JSON

{
"name": "animate.css",
"version": "3.2.1",
"repository": {
"type": "git",
"url": "https://github.com/daneden/animate.css.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-autoprefixer": "~0.4.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.8.0",
"load-grunt-tasks": "~0.2.0"
},
"spm": {
"main": "./animate.css"
}
}