-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "welcome-to-camhs",
"version": "1.0.0",
"description": "CAHMS App",
"main": "index.js",
"scripts": {
"sass": "sass --watch scss/main.scss:public/main.css",
"test": "./node_modules/tape/bin/tape tests/*.js | tap-spec",
"start": "node ./src/start-server.js",
"devStart": "nodemon ./src/start-server.js",
"coverage": "istanbul cover ./tests/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CYPIAPT-LNDSE/welcome-to-camhs.git"
},
"author": "Jasmin Patel, Ewelina Skibinska, Peter Rhodes",
"license": "ISC",
"bugs": {
"url": "https://github.com/CYPIAPT-LNDSE/welcome-to-camhs/issues"
},
"homepage": "https://github.com/CYPIAPT-LNDSE/welcome-to-camhs#readme",
"dependencies": {
"animejs": "^2.0.2",
"env2": "^2.1.1",
"handlebars": "^4.0.6",
"hapi": "^16.1.0",
"inert": "^4.1.0",
"jquery": "^3.1.1",
"materialize-css": "^0.98.0",
"nodemailer": "^3.1.7",
"normalize-scss": "^6.0.0",
"vision": "^4.1.1"
},
"devDependencies": {
"istanbul": "^0.4.5",
"nodemon": "^1.11.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}