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.
nodebb/package.json

82 lines
2.0 KiB
JSON

{
11 years ago
"name": "nodebb",
"license": "GPLv3 or later",
"description": "NodeBB Forum",
11 years ago
"version": "0.4.3",
11 years ago
"homepage": "http://www.nodebb.org",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/NodeBB/"
11 years ago
},
"main": "app.js",
"scripts": {
"start": "./nodebb start",
"stop": "./nodebb stop",
"test": "mocha ./tests -t 10000"
},
11 years ago
"dependencies": {
"express": "3.2.0",
"express-namespace": "~0.1.1",
11 years ago
"socket.io": "~0.9.16",
"socket.io-wildcard": "~0.1.1",
"passport": "~0.2.0",
11 years ago
"passport-local": "0.1.6",
"marked": "0.2.8",
11 years ago
"async": "~0.2.8",
11 years ago
"gm": "1.14.2",
11 years ago
"gravatar": "1.0.6",
"nconf": "~0.6.7",
11 years ago
"sitemap": "~0.7.3",
11 years ago
"winston": "~0.7.2",
"rss": "~0.2.0",
"request": "~2.34.0",
11 years ago
"prompt": "~0.2.11",
"uglify-js": "git+https://github.com/julianlam/UglifyJS2.git",
"validator": "~3.4.0",
"cron": "~1.0.4",
"semver": "~2.2.1",
"string": "~1.7.0",
"xregexp": "~2.0.0",
"bcryptjs": "~0.7.10",
11 years ago
"less": "~1.6.3",
"daemon": "~1.1.0",
"underscore": "~1.6.0",
"mkdirp": "~0.3.5",
"rimraf": "~2.2.6",
"npm": "^1.4.6",
"nodebb-plugin-mentions": "~0.5.0",
"nodebb-plugin-markdown": "~0.4.1",
"nodebb-widget-essentials": "~0.0.21",
"nodebb-theme-vanilla": "~0.0.21",
"nodebb-theme-lavender": "~0.0.26",
"nodebb-plugin-soundpack-default": "~0.1.1",
"nodebb-plugin-dbsearch": "0.0.9"
},
"devDependencies": {
"mocha": "~1.13.0"
},
11 years ago
"bugs": {
"url": "https://github.com/NodeBB/NodeBB/issues"
11 years ago
},
"engines": {
"node": ">=0.8"
},
"maintainers": [
11 years ago
{
"name": "Andrew Rodrigues",
"email": "andrew@designcreateplay.com",
"url": "https://github.com/psychobunny"
11 years ago
},
{
"name": "Julian Lam",
"email": "julian@designcreateplay.com",
"url": "https://github.com/julianlam"
11 years ago
},
{
"name": "Barış Soner Uşaklı",
"email": "baris@designcreateplay.com",
"url": "https://github.com/barisusakli"
11 years ago
}
]
}