-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "cublet-backendapi",
"version": "1.0.0",
"description": "Cublet is a web app that allows programming beginners to learn how to use the Wolfram Language. Cublet-BackendAPI handles all the backend server-side logic.",
"main": "server.js",
"dependencies": {
"app-module-path": "^1.0.2",
"async": "^1.3.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.13.1",
"express": "^4.13.0",
"jsonwebtoken": "^5.0.2",
"lodash": "^3.10.0",
"mongoose": "^4.0.6",
"request": "^2.58.0",
"validator": "^3.40.1"
},
"devDependencies": {
"colors": "^1.1.2",
"gulp": "^3.9.0",
"gulp-jsdoc": "^0.1.4",
"gulp-jshint": "^1.11.2",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^2.0.1"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cublet/BackendAPI.git"
},
"keywords": [
"cublet",
"backend",
"api",
"wolfram"
],
"author": "Alastair Paragas <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Cublet/BackendAPI/issues"
},
"homepage": "https://github.com/Cublet/BackendAPI#readme"
}