35 lines
1,017 B
JSON
35 lines
1,017 B
JSON
{
|
|
"name": "matrix-to",
|
|
"version": "0.0.1",
|
|
"description": "Stateless privacy-protecting URL redirecting service for the Matrix.org ecosystem",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack -p src/index.js bundle.js",
|
|
"start": "webpack -w src/index.js bundle.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"clean": "rm bundle.js bundle.js.map"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/matrix-org/matrix.to.git"
|
|
},
|
|
"author": "Matrix.org",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/matrix-org/matrix.to/issues"
|
|
},
|
|
"homepage": "https://matrix.to",
|
|
"dependencies": {
|
|
"react": "^15.0.1",
|
|
"react-dom": "^15.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.8.0",
|
|
"babel-loader": "^6.2.4",
|
|
"babel-preset-es2015": "^6.6.0",
|
|
"babel-preset-react": "^6.5.0",
|
|
"cross-env": "^5.0.5",
|
|
"source-map-loader": "^0.1.5",
|
|
"webpack": "^1.13.0"
|
|
}
|
|
}
|