-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.22 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.22 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
{
"name": "node-core",
"description": "A web application framework for Node.JS",
"version": "0.1.4",
"author": {
"name": "Luke Chavers",
"email": "luke@c2cschools.com"
},
"dependencies": {
"async": "~0.2.8",
"express": "~3.2.4",
"socket.io": "~0.9.14",
"aws-sdk": "~1.8.1",
"sugar": "~1.4.1",
"mysql": "~2.0.0-alpha9",
"swagger-node-express": "~1.3.1",
"winston": "~0.7.2",
"redis": "~0.9.0",
"hiredis": "~0.1.15",
"config": "~0.4.31",
"jira": "~0.8.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-ts": "~1.3.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-jsdoc": "~0.4.1",
"grunt-develop": "~0.2.2",
"should": "~2.0.2",
"mocha": "~1.13.0",
"supertest": "~0.8.0",
"grunt-mocha-test": "~0.7.0",
"grunt-release": "~0.6.0",
"grunt-git": "~0.1.5"
},
"keywords": [
"framework",
"core",
"web",
"c2c",
"c2cs"
],
"repository": {
"type": "git",
"url": "git://github.com/c2cs/node-core.git"
},
"main": "lib/core.js",
"engines": {
"node": "*"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/c2cs/node-core/issues"
}
}