rs-module-kosmos/package.json

25 lines
710 B
JSON

{
"name": "@kosmos/remotestorage-module-kosmos",
"version": "2.2.0",
"description": "remoteStorage module for Kosmos clients",
"repository": {
"type": "git",
"url": "https://gitea.kosmos.org/kosmos/rs-module-kosmos.git"
},
"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"
}
}