font-awesome-animation/package.json

27 lines
664 B
JSON
Raw Normal View History

2014-01-22 06:03:43 +08:00
{
"name": "font-awesome-animation",
2014-07-23 05:14:13 +08:00
"version": "0.0.6",
2014-01-22 06:03:43 +08:00
"dependencies": {},
"author": "l-lin",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-express": "1.2.0",
"grunt-contrib-watch": "~0.5.2",
2014-01-22 06:03:43 +08:00
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-myth": "~0.2.0",
"load-grunt-config": "~0.7.2",
"jshint-stylish": "~0.1.3",
2014-01-22 06:03:43 +08:00
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.0",
"express": "~3.0.4"
2014-01-22 06:03:43 +08:00
},
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt test"
}
}