-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.57 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "wortopia-node",
"version": "0.0.0",
"description": "Wortopia",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./migrate.sh test && NODE_ENV=test ./node_modules/mocha/bin/mocha test --check-leaks --reporter tap --colors --recursive test/",
"start:backend": "npx babel-node app.js",
"start:frontend": "./node_modules/grunt/bin/grunt watch"
},
"repository": {
"type": "git",
"url": "git://github.com/marekventur/wortopia-node.git"
},
"author": "Marek Ventur <marekventur@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/marekventur/wortopia-node/issues"
},
"devDependencies": {
"grunt": "^1.4.0",
"grunt-angular-templates": "^1.2.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-stylus": "~1.2.0",
"grunt-contrib-watch": "^1.1.0",
"mocha": "^8.3.2",
"nib": "~1.1.0",
"stylus": "~0.54.2"
},
"dependencies": {
"@babel/core": "^7.14.0",
"@babel/node": "^7.13.13",
"@babel/preset-env": "^7.14.1",
"async": "~2.0.0-rc.3",
"body-parser": "^1.19.0",
"bower": "~1.8.8",
"bunyan": "~1.8.0",
"chai": "~3.5.0",
"db-migrate": "^0.11.12",
"db-migrate-pg": "^1.2.2",
"express": "^4.17.1",
"iz": "~0.7.1",
"line-reader": "~0.4.0",
"no-configuration-di": "~0.3.3",
"node-ses": "^3.0.3",
"pg": "^8.6.0",
"request": "^2.40.0",
"serve-static": "^1.14.1",
"sinon": "~1.17.2",
"sockjs": "~0.3.8",
"underscore": "~1.8.3"
}
}