1
0
Fork 0
lets-talk-apis/package.json

25 lines
548 B
JSON
Raw Permalink Normal View History

2015-10-12 12:34:29 -04:00
{
"name": "let-s-talk-apis",
"version": "0.0.0",
"private": true,
"devDependencies": {
"grunt": "^0.4.5",
"grunt-sass": "^0.14.0",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"load-grunt-tasks": "^3.2.0",
"grunt-build-control": "^0.5.0",
"grunt-coffeelint": "0.0.13",
"coffeelint": "^1.0.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3.7"
},
"scripts": {
"test": "grunt test"
}
}