18 lines
304 B
JSON
18 lines
304 B
JSON
|
{
|
||
|
"name": "web",
|
||
|
"version": "0.0.0",
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"bower_components",
|
||
|
"test",
|
||
|
"tests"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"jquery": "1.8.3",
|
||
|
"underscore": "1.3.1",
|
||
|
"underscore.string": "2.2.1",
|
||
|
"qweb": "git@github.com:OpenERP/qweb.git#~1.0.0"
|
||
|
}
|
||
|
}
|