rs-module-kosmos/package.json
Garret Alfert 0c6cda2213
Revert "Add missing remotestoragejs dependency"
This reverts commit b74ed46037eb04c39a2c69fa45f7eac122dcbcc5.
2021-07-28 16:35:14 +02:00

21 lines
594 B
JSON

{
"name": "remotestorage-module-kosmos",
"version": "1.1.0",
"description": "remoteStorage module for Kosmos clients",
"main": "./dist/build.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack -w",
"build": "NODE_ENV=production webpack",
"version": "npm run build && git add dist"
},
"author": "Kosmos Contributors <mail@kosmos.org> (https://kosmos.org)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"webpack": "^1.13.2"
}
}