25 lines
442 B
JSON
25 lines
442 B
JSON
{
|
|
"name": "client",
|
|
"version": "0.0.0",
|
|
"authors": [
|
|
"Alex Yatskov <alex@foosoft.net>"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "~3.2.0",
|
|
"closurelibrary": "*",
|
|
"fabric": "~1.4.8",
|
|
"handlebars": "~1.3.0",
|
|
"underscore": "~1.6.0",
|
|
"bootstrap-select": "~1.6.2",
|
|
"tinycolor": "~1.0.0"
|
|
}
|
|
}
|