autocomplete-trie/package.json
2015-07-26 11:57:50 +04:30

18 lines
357 B
JSON

{
"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"
}
}