forked from neontribe/DocReady
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.74 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.74 KB
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
59
60
61
62
63
{
"name": "camhsready",
"description": "CAMHS Ready helps you get ready for the first time you visit a doctor to discuss your mental health.",
"version": "4.0.0",
"author": "Rupert Redington <rupert@neontribe.co.uk>",
"bugs": {
"url": "https://github.com/marxian/CAMHSReady/issues"
},
"dependencies": {
"bluebird": "^2.9.25",
"body-parser": "^1.12.4",
"consolidate": "^0.12.1",
"easynexmo": "^0.6.2",
"express": "^4.12.3",
"grunt": "~0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-less": "0.5.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-devcode": "0.0.4-c",
"grunt-grunticon": "~0.3.4",
"grunt-image-resize": "~0.2.0",
"grunt-json-wrapper": "0.0.3",
"grunt-karma": "~0.4.0",
"grunt-ngmin": "~0.0.2",
"grunt-release": "~0.3.5",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~0.1.10",
"handlebars": "^3.0.3",
"matchdep": "~0.1.1",
"newrelic": "^1.21.2",
"phantom-html-to-pdf": "^0.2.0",
"phantomjs": "~1.9.0",
"sendgrid": "^5.1.1",
"st": "^0.5.3",
"underscore.string": "~2.3.2"
},
"engines": {
"iojs": "3.3.x",
"npm": "2.14.x"
},
"homepage": "http://www.docready.org",
"keywords": [
"Mental Health"
],
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/marxian/CAMHSReady.git"
},
"scripts": {
"postinstall": "grunt build",
"start": "node server.js",
"test": "grunt test"
}
}