2014-07-18 09:33:54 +00:00
|
|
|
{
|
|
|
|
"name": "client",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"authors": [
|
|
|
|
"Alex Yatskov <alex@foosoft.net>"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
2014-07-19 02:01:02 +00:00
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"bootstrap": "~3.2.0",
|
|
|
|
"fabric": "~1.4.8",
|
|
|
|
"handlebars": "~1.3.0",
|
2014-09-15 09:01:22 +00:00
|
|
|
"underscore": "~1.6.0",
|
2014-09-25 09:56:04 +00:00
|
|
|
"bootstrap-select": "~1.6.2",
|
|
|
|
"tinycolor": "~1.0.0"
|
2014-07-19 02:01:02 +00:00
|
|
|
}
|
2014-07-18 09:33:54 +00:00
|
|
|
}
|