-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 942 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 942 Bytes
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
{
"name": "acutisweb",
"version": "0.0.0",
"description": "Homepage for acutisweb.com",
"main": "server.js",
"scripts": {
"test": "mocha tests/**/**",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/js62789/acutisweb.git"
},
"keywords": [
"acutis",
"web",
"solutions"
],
"contributors": [
{
"name": "Jeffrey Smith",
"email": "js62789@gmail.com"
}
],
"author": "Acutis Web Solutions, LLC",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/js62789/acutisweb/issues"
},
"homepage": "https://github.com/js62789/acutisweb",
"dependencies": {
"express": "~3.4.8",
"jade": "~1.1.5",
"less-middleware": "git://github.com/js62789/less.js-middleware#master",
"mysql": "~2.1.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"mocha": "~1.17.1"
}
}