forked from OriginExpressER/ExpressER
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "ExpressER",
"scripts": {
"start": "node server.js",
"test": "cross-env NODE_ENV=test mocha ./server/**/*.spec.js"
},
"dependencies": {
"angular": "^1.6.5",
"body-parser": "^1.14.0",
"bootstrap": "^3.3.7",
"dotenv": "^4.0.0",
"express": "^4.13.3",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1",
"mysql2": "^1.3.5",
"node": "0.0.0",
"sequelize": "^4.3.0",
"sweetalert": "^1.1.3"
},
"devDependencies": {
"angular-animate": "^1.6.5",
"angular-aria": "^1.6.5",
"angular-material": "^1.1.4",
"angular-material-icons": "^0.7.1",
"angular-ui-router": "^1.0.3",
"chai": "^4.1.0",
"chi": "0.0.10",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.6.0",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.5.0",
"gulp-nodemon": "^2.2.1",
"gulp-uglify": "^3.0.0",
"mocha": "^3.4.2",
"supertest": "^3.0.0",
"sweetalert": "^1.1.3",
"sweetalert2": "^6.6.6",
"twilio": "^3.5.0"
},
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/OriginExpressER/ExpressER.git",
"license": "MIT"
}