-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "crn-server",
"version": "0.7.2-alpha",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"start": "node index.js",
"test": "./node_modules/.bin/mocha --compilers js:babel/register tests/**/",
"coverage": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --compilers js:babel/register tests/**/"
},
"repository": {
"type": "git",
"url": "[email protected]:poldracklab/crn_server.git"
},
"author": "Squishymedia",
"license": " ",
"dependencies": {
"ajv": "4.9.0",
"archiver": "^1.0.0",
"async": "^2.4.1",
"aws-sdk": "2.50.0",
"babel": "^5.8.23",
"bids-validator": "0.21.6",
"body-parser": "^1.14.0",
"cron": "^1.1.0",
"express": "^4.13.3",
"express-fileupload": "^0.1.4",
"ioredis": "^3.1.1",
"juice": "^2.0.0",
"moment": "^2.14.1",
"mongodb": "^2.0.46",
"morgan": "^1.6.1",
"node-resque": "^4.0.7",
"nodemailer": "^2.5.0",
"request": "^2.63.0",
"tar-fs": "^1.9.0",
"underscore": "^1.8.3",
"uuid": "^3.0.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"istanbul": "^0.4.5",
"mocha": "3.0.2"
}
}