2014-10-31 23:42:58 +08:00
|
|
|
{
|
2015-11-15 09:26:54 +08:00
|
|
|
"name": "cryptpad",
|
|
|
|
"description": "realtime collaborative visual editor with zero knowlege server",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"dependencies": {
|
|
|
|
"express": "~4.10.1",
|
2016-02-11 19:28:05 +08:00
|
|
|
"ws": "^1.0.1",
|
|
|
|
"level": "~1.4.0",
|
|
|
|
"nthen": "~0.1.0"
|
2016-02-12 17:33:09 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-21 00:08:01 +08:00
|
|
|
"jshint": "~2.9.1",
|
2016-07-04 21:20:34 +08:00
|
|
|
"selenium-webdriver": "^2.53.1",
|
|
|
|
"less": "2.7.1"
|
2016-02-12 17:33:09 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-04-21 00:58:02 +08:00
|
|
|
"lint": "jshint --config .jshintrc --exclude-path .jshintignore .",
|
2016-07-04 21:20:34 +08:00
|
|
|
"test": "node TestSelenium.js",
|
2016-08-16 23:57:57 +08:00
|
|
|
"style": "lessc ./customize.dist/src/cryptpad.less > ./customize.dist/main.css && lessc ./customize.dist/src/alertify.less > ./customize.dist/alertify.css && lessc ./customize.dist/src/toolbar.less > ./customize.dist/toolbar.css",
|
|
|
|
"template": "cd customize.dist/src && node build.js"
|
2015-11-15 09:26:54 +08:00
|
|
|
}
|
2014-10-31 23:42:58 +08:00
|
|
|
}
|