arkiwi_boilerplate/package.json

22 lines
557 B
JSON
Raw Normal View History

2015-08-11 16:48:05 +02:00
{
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-qunit": "~0.5.2",
"grunt-contrib-uglify": "~0.5.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1",
"grunt-wiredep": "^2.0.0",
"time-grunt": "^1.2.1"
2015-08-11 16:48:05 +02:00
}
}