You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
644 B
29 lines
644 B
{
|
|
"name": "fs-dc",
|
|
"version": "1.1.0",
|
|
"description": "fs dc wrapper",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha --reporter spec test/*.js"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"co": "^4.6.0",
|
|
"epilogue": "^0.6.5",
|
|
"koa-compose": "^3.0.0",
|
|
"pg": "^7.12.1",
|
|
"pg-hstore": "^2.3.2",
|
|
"sequelize": "^4.2.1"
|
|
},
|
|
"repository": {
|
|
"type": "svn",
|
|
"url": "https://10.8.30.22/svn/FS-SSMC/trunk/3.00.10/code/web/fs-npm/fs-dc"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.3.4",
|
|
"should": "^7.1.1",
|
|
"supertest": "^1.1.0",
|
|
"xunit-file": "0.0.9"
|
|
}
|
|
}
|
|
|