mirror of
https://github.com/zhigang1992/typeahead.js.git
synced 2026-01-12 22:53:14 +08:00
22 lines
502 B
JSON
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"
|
|
}
|
|
}
|