You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
722 B
JSON
23 lines
722 B
JSON
{
|
|
"name": "cryptpad",
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
|
"version": "0.1.0",
|
|
"dependencies": {
|
|
"express": "~4.10.1",
|
|
"ws": "^1.0.1",
|
|
"nthen": "~0.1.0",
|
|
"tweetnacl": "~0.12.2"
|
|
},
|
|
"devDependencies": {
|
|
"jshint": "~2.9.1",
|
|
"selenium-webdriver": "^2.53.1",
|
|
"less": "2.7.1"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
|
"test": "node TestSelenium.js",
|
|
"style": "lessc ./customize.dist/src/less/cryptpad.less > ./customize.dist/main.css && lessc ./customize.dist/src/less/toolbar.less > ./customize.dist/toolbar.css",
|
|
"template": "cd customize.dist/src && node build.js"
|
|
}
|
|
}
|