23 lines
351 B
JSON
Executable File
23 lines
351 B
JSON
Executable File
{
|
|
"name": "Spout",
|
|
"version": "0.0.1",
|
|
"authors": [
|
|
"Adrien Loison <aloison@box.com>"
|
|
],
|
|
"license": "Apache 2",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"anchor-js": "~3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"bootstrap": "~3.3.6"
|
|
}
|
|
}
|