You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matterwiki/package.json

48 lines
1.2 KiB
JSON

{
"name": "Matterwiki",
"version": "0.1.0",
"description": "A simple and beautiful wiki for teams",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/webpack -d --watch",
"build": "./node_modules/.bin/webpack -p",
"start": "node index"
},
"bin": {
"wiki": "./install.js"
},
"engines": {
"node": "~0.12.0 || ^4.2.0 || ^6.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Matterwiki/Matterwiki.git"
},
"author": "Nishant Arora (@nshntarora)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Matterwiki/Matterwiki/issues"
},
"homepage": "http://matterwiki.com",
"dependencies": {
"babel-core": "6.21.0",
"babel-loader": "6.2.5",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"bcrypt": "0.8.7",
"body-parser": "1.15.2",
"bookshelf": "0.10.0",
"express": "4.14.0",
"jsonwebtoken": "7.1.9",
"knex": "0.11.10",
"multer": "^1.2.1",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-router": "2.8.1",
"react-s-alert": "1.2.2",
"sqlite3": "^3.1.4",
"webpack": "1.13.2"
}
}