-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 885 Bytes
/
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
{
"name": "cozy",
"version": "0.0.2",
"description": "Cozyo test API",
"main": "src/index.js",
"scripts": {
"prestart": "npm install",
"start": "node src/index.js",
"test": "mocha src/tests/getDesignByUserIdTests.js -t 1800000"
},
"keywords": [
"swagger"
],
"license": "BSD-3-Clause",
"private": true,
"dependencies": {
"@types/node": "^9.6.5",
"aws-sdk": "^2.224.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"connect": "^3.6.6",
"js-yaml": "^3.3.0",
"mocha": "^5.1.0",
"promise-fs": "^1.3.0",
"serve-static": "^1.13.2",
"sinon": "^4.5.0",
"swagger-tools": "0.10.2",
"three-fbx-loader": "^1.0.3"
},
"devDependencies": {
"@types/aws-sdk": "^2.7.0",
"@types/jquery": "^3.3.1"
}
}