-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.52 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
{
"name": "docready",
"description": "Doc Ready helps you get ready for the first time you visit a doctor to discuss your mental health.",
"version": "2.0.1",
"author": "Rupert Redington <[email protected]>",
"bugs": {
"url": "https://github.com/neontribe/DocReady/issues"
},
"dependencies": {
"body-parser": "^1.12.4",
"consolidate": "^0.15.1",
"express": "^4.12.3",
"grunt": "~1.0.4",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-htmlmin": "~3.1.0",
"grunt-contrib-imagemin": "3.1.0",
"grunt-contrib-jshint": "~2.1.0",
"grunt-contrib-less": "2.0.0",
"grunt-contrib-uglify": "~4.0.1",
"grunt-image-resize": "~1.0.0",
"grunt-json-wrapper": "0.0.3",
"grunt-ngmin": "~0.0.2",
"grunt-usemin": "~3.1.1",
"handlebars": "^4.5.3",
"matchdep": "~2.0.0",
"sendgrid": "^5.1.1",
"st": "^2.0.0",
"underscore.string": "~3.3.5"
},
"homepage": "http://www.docready.org",
"keywords": [
"Mental Health"
],
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/neontribe/DocReady.git"
},
"scripts": {
"postinstall": "grunt build",
"build": "grunt build",
"start": "NODE_ENV=production node server.js",
"dev": "cross-env NODE_ENV=development node server.js",
"test": "grunt jshint && grunt build"
},
"devDependencies": {
"cross-env": "^6.0.3"
}
}