font-awesome-animation/package.json
Stefan Kecskes 660f2083ab
update package json
so that it can be pushed to npm as new version
2018-05-14 15:44:09 +01:00

27 lines
682 B
JSON

{
"name": "font-awesome-animation",
"version": "0.2.1",
"dependencies": {},
"author": "l-lin",
"devDependencies": {
"express": "~4.16.2",
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-express": "~1.4.1",
"grunt-myth": "~1.1.0",
"jshint-stylish": "~2.2.1",
"load-grunt-config": "~0.19.2",
"load-grunt-tasks": "~3.5.2",
"time-grunt": "~0.2.0"
},
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "grunt test"
}
}