25 lines
726 B
JSON
25 lines
726 B
JSON
{
|
|
"name": "remotestorage-module-chat-messages",
|
|
"version": "1.0.1",
|
|
"description": "Stores chat messages in daily archive files",
|
|
"main": "./dist/build.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"dev": "webpack -w",
|
|
"build": "NODE_ENV=production webpack -p",
|
|
"version": "npm run build && git add dist/"
|
|
},
|
|
"author": "Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/67P/remotestorage-module-chat-messages.git"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.18.2",
|
|
"babel-loader": "^6.2.7",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"webpack": "^1.13.2"
|
|
}
|
|
}
|