mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-29 12:05:47 +08:00
i18n translate
This commit is contained in:
92
package.json
92
package.json
@@ -1,49 +1,49 @@
|
||||
{
|
||||
"name": "rootpanel",
|
||||
"version": "0.8.0",
|
||||
"description": "A linux virtual host management system with extensibility",
|
||||
"homepage": "http://rpvhost.net",
|
||||
"license": "AGPL-3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jysperm/RootPanel.git"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "jysperm",
|
||||
"email": "jysperm@gmail.com",
|
||||
"url": "http://jysperm.me"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node start.js"
|
||||
},
|
||||
"bin": {
|
||||
"rp-fix-permissions": "./bin/rp-fix-permissions.coffee",
|
||||
"rp-system-sync": "./bin/rp-system-sync.coffee",
|
||||
"rp-migration": "./bin/rp-migration.coffee",
|
||||
"rp-clean": "./bin/rp-clean.coffee"
|
||||
},
|
||||
"dependencies": {
|
||||
"negotiator": "^0.4.8",
|
||||
"async": "^0.9.0",
|
||||
"coffee-script": "^1.7.1",
|
||||
"connect": "^2.17.3",
|
||||
"express": "^4.8.4",
|
||||
"harp": "^0.13.0",
|
||||
"jade": "^1.3.1",
|
||||
"markdown": "^0.5.0",
|
||||
"middleware-injector": "^0.1.1",
|
||||
"moment-timezone": "^0.2.2",
|
||||
"mongodb": "^1.4.8",
|
||||
"mysql": "^2.4.2",
|
||||
"nodemailer": "^1.2.1",
|
||||
"redis": "^0.12.1",
|
||||
"request": "^2.40.0",
|
||||
"tmp": "^0.0.24",
|
||||
"underscore": "^1.6.0",
|
||||
"json-stable-stringify": "^1.0.0",
|
||||
"counter-cache": "^0.1.0",
|
||||
"cookie-parser": "^1.3.3"
|
||||
"name": "rootpanel",
|
||||
"version": "0.8.0",
|
||||
"description": "A linux virtual host management system with extensibility",
|
||||
"homepage": "http://rpvhost.net",
|
||||
"license": "AGPL-3.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jysperm/RootPanel.git"
|
||||
},
|
||||
"contributors": [
|
||||
{
|
||||
"name": "jysperm",
|
||||
"email": "jysperm@gmail.com",
|
||||
"url": "http://jysperm.me"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"start": "node start.js"
|
||||
},
|
||||
"bin": {
|
||||
"rp-fix-permissions": "./bin/rp-fix-permissions.coffee",
|
||||
"rp-system-sync": "./bin/rp-system-sync.coffee",
|
||||
"rp-migration": "./bin/rp-migration.coffee",
|
||||
"rp-clean": "./bin/rp-clean.coffee"
|
||||
},
|
||||
"dependencies": {
|
||||
"negotiator": "^0.4.8",
|
||||
"async": "^0.9.0",
|
||||
"coffee-script": "^1.7.1",
|
||||
"connect": "^2.17.3",
|
||||
"express": "^4.8.4",
|
||||
"harp": "^0.13.0",
|
||||
"jade": "^1.3.1",
|
||||
"markdown": "^0.5.0",
|
||||
"middleware-injector": "^0.1.1",
|
||||
"moment-timezone": "^0.2.2",
|
||||
"mongodb": "^1.4.8",
|
||||
"mysql": "^2.4.2",
|
||||
"nodemailer": "^1.2.1",
|
||||
"redis": "^0.12.1",
|
||||
"request": "^2.40.0",
|
||||
"tmp": "^0.0.24",
|
||||
"underscore": "^1.6.0",
|
||||
"json-stable-stringify": "^1.0.0",
|
||||
"counter-cache": "^0.1.0",
|
||||
"cookie-parser": "^1.3.3"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user