autocomplete-trie/package.json

18 lines
357 B
JSON
Raw Normal View History

2015-07-26 07:27:50 +00:00
{
"name": "autocomplete",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1"
}
}