Files
typeahead.js/package.json
Tim Trueman dbd5bc37ed Initial Import
Signed-off-by: Chris Aniszczyk <zx@twitter.com>
2013-02-19 11:46:00 -08:00

22 lines
502 B
JSON

{
"name": "typeahead.js",
"private": true,
"version": "0.8.0",
"devDependencies": {
"grunt": "~0.4",
"grunt-sed": "~0.1",
"grunt-exec": "~0.4",
"grunt-contrib-less": "~0.5",
"grunt-contrib-watch": "~0.2",
"grunt-contrib-jshint": "~0.1",
"grunt-contrib-uglify": "~0.1",
"grunt-contrib-concat": "~0.1",
"grunt-contrib-connect": "~0.1",
"grunt-contrib-jasmine": "~0.3",
"grunt-contrib-clean": "~0.4.0"
},
"scripts": {
"test": "grunt test"
}
}