mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"name": "nibriboard-client",
|
|
"version": "0.0.1",
|
|
"description": "The client program for nibriboard, an infinite whiteboard.",
|
|
"homepage": "https://git.starbeamrainbowlabs.com/sbrl/Nibriboard#nibriboard",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"color": "^1.0.3",
|
|
"cuid": "^1.3.8",
|
|
"event-emitter-es6": "^1.1.5",
|
|
"favicon-notification": "^0.1.4",
|
|
"fps-indicator": "^1.0.2",
|
|
"pan-zoom": "^2.0.0",
|
|
"rollupify": "^0.3.8"
|
|
},
|
|
"devDependencies": {
|
|
"acorn": "^4.0.11",
|
|
"esprima": "^3.1.3",
|
|
"rollupify": "^0.3.8"
|
|
},
|
|
"config": {
|
|
"bundle_file": "NibriClient.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo There aren\\'t any tests yet!",
|
|
"prebuild": "./validate.sh",
|
|
"build": "browserify $npm_package_main -t rollupify -o $npm_package_config_bundle_file"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.starbeamrainbowlabs.com/sbrl/Nibriboard"
|
|
},
|
|
"keywords": [
|
|
"whiteboard",
|
|
"infinite",
|
|
"chunks",
|
|
"drawing",
|
|
"client"
|
|
],
|
|
"author": "Starbeamrainbowlabs <feedback@starbeamrainbowlabs.com>",
|
|
"license": "MPL-2.0"
|
|
}
|