2014-01-22 06:03:43 +08:00
|
|
|
{
|
|
|
|
"name": "font-awesome-animation",
|
2016-05-15 04:47:03 +08:00
|
|
|
"version": "0.0.9",
|
2014-01-22 06:03:43 +08:00
|
|
|
"dependencies": {},
|
|
|
|
"author": "l-lin",
|
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.1",
|
2014-04-17 05:54:21 +08:00
|
|
|
"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",
|
2014-04-17 05:54:21 +08:00
|
|
|
"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",
|
2014-04-17 05:54:21 +08:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|