1 Star 0 Fork 0

9590/backend

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
9590 提交于 2015-12-27 19:16 . init
{
"name": "backend-server",
"private": true,
"version": "0.1.0",
"description": "Backend server for angular-sailsjs-boilerplate a Sails application that serves just a JSON API for frontend application",
"keywords": [
"sails.js",
"backend",
"REST",
"API",
"JWT",
"JSON Web Token",
"Passport.js"
],
"dependencies": {
"async": "1.5.0",
"barrels": "1.6.0",
"bcryptjs": "2.3.0",
"bluebird": "3.0.5",
"include-all": "0.1.6",
"jsonwebtoken": "5.4.1",
"lodash": "3.10.1",
"moment-timezone": "0.4.1",
"passport": "0.3.0",
"passport-facebook": "2.0.0",
"passport-github": "1.0.0",
"passport-google": "0.3.0",
"passport-local": "1.0.0",
"passport-twitter": "1.0.3",
"rc": "1.1.5",
"sails": "0.11.2",
"sails-disk": "0.10.8",
"sails-hook-apianalytics": "git://github.com/mikermcneil/sails-hook-apianalytics",
"sails-mongo": "^0.11.5",
"sails-mysql": "0.11.0",
"ua-parser": "0.3.5",
"validator": "4.2.1"
},
"devDependencies": {
"chai": "3.4.0",
"mocha": "2.3.3",
"should": "7.1.1",
"supertest": "1.1.0"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "./node_modules/mocha/bin/mocha"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/tarlepp/angular-sailsjs-boilerplate.git"
},
"bugs": {
"url": "https://github.com/tarlepp/angular-sailsjs-boilerplate/issues"
},
"author": "Tarmo Leppänen",
"license": "MIT"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/9590/backend.git
git@gitee.com:9590/backend.git
9590
backend
backend
master

搜索帮助